Skip to content

How to add options to remark plugins? #558

Answered by Saul-Mirone
4-1-1 asked this question in Q&A
Discussion options

You must be logged in to vote
import { remark, remarkCtx } from '@milkdown/core';
editor.config(ctx => {
  ctx.set(remarkCtx, remark({/* your options here */));
})

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by 4-1-1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants