-
As the title says, does marked need to render HTML or can it render any sort of output? Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
jgornick
Mar 22, 2022
Replies: 2 comments 1 reply
-
I may have found my answer already: https://github.com/mikaelbr/marked-terminal The answer seems to be yes! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jgornick
-
You can change the renderer to output whatever you want. By default it just outputs HTML. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I may have found my answer already: https://github.com/mikaelbr/marked-terminal
The answer seems to be yes!