This makes it so that plain text is included in the syntax tree. My use case for this is rendering the syntax tree produced by this parser to a different format (HTML). If content from the input is missing in the tree, it's a lot harder to use for that case.
This makes it so that plain text is included in the syntax tree. My use case for this is rendering the syntax tree produced by this parser to a different format (HTML). If content from the input is missing in the tree, it's a lot harder to use for that case.