Is it possible to skip the Parser? #104
-
If I already have a syntax tree at hand. I want to use unified to build a processor to process some of the nodes separately. So instead of having the text as input, the input is an AST. When I do that I got an error says that I don't have a parser in my processor. Currently, I call functions (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See https://github.com/unifiedjs/unified#description. unified has separate functions for parse/run/stringify |
Beta Was this translation helpful? Give feedback.
See https://github.com/unifiedjs/unified#description. unified has separate functions for parse/run/stringify