Markwon
Markwon copied to clipboard
Remove mark from text
- Markwon version: {REQUIRED}
- Please specify expected/actual behavior How I can remove markwon from one text.
- Please specify conditions/steps to reproduce (layout, code, markdown used, etc) text = Markwon version result = Markwon version
Hello @augustofavretto93 ,
just call .toString() on parsed markdown. It should be fine for basic markdown usage. But note that images, tables and some other elements would be missing.
if you need to extract all the text from markdown, ignoring markdown syntax, it is better to use TextContentRenderer from commonmark-java