Vue version of react-markdown
?
#1154
Answered
by
wooorm
SeryiBaran
asked this question in
Q&A
-
Will there be something similar to react-markdown for Vue.js? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Apr 28, 2023
Replies: 4 comments 10 replies
-
No, I am not currently interested in doing that. Although, there probably already is a lot out there, that does this. If I were to make this, I would use the same internals that this project uses (remark, rehype, etc), and then use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SeryiBaran
This comment was marked as disruptive content.
This comment was marked as disruptive content.
This comment was marked as disruptive content.
This comment was marked as disruptive content.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, I am not currently interested in doing that. Although, there probably already is a lot out there, that does this.
If I were to make this, I would use the same internals that this project uses (remark, rehype, etc), and then use
toJsxRuntime
fromhast-util-to-jsx-runtime
to generate Vue nodes: /~https://github.com/syntax-tree/hast-util-to-jsx-runtime/tree/main#example-vue