(off topic)
#44
-
I tried using HTML const processedContent = await unified()
.use(parse)
.use(remark2rehype)
.use(html)
.process(matterResult.content) |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Sep 8, 2020
Replies: 2 comments
-
solved with rehype-raw. Thanks for the plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is off topic. remark is a different thing than rehype. Our support doc describes how and where to ask questions! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wooorm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is off topic. remark is a different thing than rehype. Our support doc describes how and where to ask questions!