Skip to content

Cannot process without Compiler #559

Answered by wooorm
vulrandier asked this question in Q&A
Discussion options

You must be logged in to vote

remark-parse parses markdown, remark-stringify serializes it!

If you want HTML instead, you want to use remark-rehype to transform mdast to hast, then use rehype-stringify to serialize the hast to get HTML!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@vulrandier
Comment options

@vulrandier
Comment options

@wooorm
Comment options

@vulrandier
Comment options

@wooorm
Comment options

Answer selected by vulrandier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
🗄 area/interface This affects the public interface
2 participants