Replies: 1 comment 2 replies
-
You can get the tokens from the lexer: const tokens = marked.lexer(md, options); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not interested in a markdown to html converter, I am interested in a markdown parser, for scrapping purposes.
Beta Was this translation helpful? Give feedback.
All reactions