Sorry if I did not find the relevant information by perusing the documentation but is there an easy way to produce a raw text output (without any markdown formatting at all)? It seems to me I can implement my own thing based on traversing a RenderNode or by implementing a custom TextDecorator? But it seems also a very common use-case, especially when pre-processing documents from the web for NLP pipelines.
If it does not yet exists, can I contribute some to this library? If so, do you have any guidance on the correct way to do so?
Sorry if I did not find the relevant information by perusing the documentation but is there an easy way to produce a raw text output (without any markdown formatting at all)? It seems to me I can implement my own thing based on traversing a
RenderNodeor by implementing a customTextDecorator? But it seems also a very common use-case, especially when pre-processing documents from the web for NLP pipelines.If it does not yet exists, can I contribute some to this library? If so, do you have any guidance on the correct way to do so?