-
I dont understand how to enable autolinking, neither can find plugin that autolink text. I have such config: import remark from 'remark';
import remarkBreaks from 'remark-breaks';
import remark2rehype from 'remark-rehype';
import rehypeStringify from 'rehype-stringify';
import rehypeSanitize from 'rehype-sanitize';
import a11yEmoji from '@fec/remark-a11y-emoji';
const textToHtmlParser = remark()
.use({ settings: { resourceLink: true } })
.use(remarkBreaks)
.use(a11yEmoji)
.use(remark2rehype)
.use(rehypeSanitize)
.use(rehypeStringify); And want |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Mar 19, 2021
Replies: 1 comment 4 replies
-
remark-gfm |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
xobotyi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remark-gfm