-
When I call |
Beta Was this translation helpful? Give feedback.
Answered by
UziTech
Aug 15, 2024
Replies: 1 comment 4 replies
-
If you are not using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ivanjaros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are not using
mdInstance.parse
you will need to call memdInstance.walkTokens
by yourself after the Lexer creates the tokens. See https://github.com/markedjs/marked/blob/master/src/Instance.ts#L300