How to add options to remark plugins? #558
Replies: 2 comments
-
import { remark, remarkCtx } from '@milkdown/core';
editor.config(ctx => {
ctx.set(remarkCtx, remark({/* your options here */));
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
4-1-1
-
In milkdown 7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Want to set options for remark plugin
Beta Was this translation helpful? Give feedback.
All reactions