custom parser #94
Answered
by
wooorm
PhilipBrodovsky
asked this question in
Q&A
custom parser
#94
-
where can I found good example guide or src (typescript preferred) to create my own parser (text to AST) thanks for help |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Nov 8, 2022
Replies: 1 comment 1 reply
-
There is no guide. See the API docs of unified (https://github.com/unifiedjs/unified#processorparser) and existing code (particularly https://github.com/rehypejs/rehype/tree/main/packages/rehype-parse if you want to parse something close to HTML)! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PhilipBrodovsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no guide. See the API docs of unified (https://github.com/unifiedjs/unified#processorparser) and existing code (particularly https://github.com/rehypejs/rehype/tree/main/packages/rehype-parse if you want to parse something close to HTML)!