Is it possible to skip parsing of certain elements, such as headings or lists?
In my application I need to support only a subset of GFM. The workaround I'm currently using is re-rendering of certain AST nodes back to markdown and replacing them with text nodes, but perhaps there's a better way?
Is it possible to skip parsing of certain elements, such as headings or lists?
In my application I need to support only a subset of GFM. The workaround I'm currently using is re-rendering of certain AST nodes back to markdown and replacing them with text nodes, but perhaps there's a better way?