rjeschke / txtmark

Yet another markdown processor for the JVM
Apache License 2.0
449 stars 100 forks source link

Question : Is there a way to convert markdown text to plain text #47

Open snaikar101 opened 8 years ago

snaikar101 commented 8 years ago

One method is to convert it to HTML and then parse it to extract plain text . I was wondering if there is direct way to do it

jochenw commented 7 years ago

Why should you want to convert Markdown to Plain text? It already is, isn't it?

pscheit commented 7 years ago

Markdown: something *bold* and _underlined_ Text: something bold and underlined