Markdown to plain text in Ruby?

Posted by J. Pablo Fernández on Stack Overflow See other posts from Stack Overflow or by J. Pablo Fernández
Published on 2010-03-30T17:46:39Z Indexed on 2010/03/30 17:53 UTC
Read the original article Hit count: 462

Filed under:
|
|

I'm currently using BlueCloth to process Markdown in Ruby and show it as HTML, but in one location I need it as plain text (without some of the Markdown). Is there a way to achieve that?

Is there a markdown-to-plain-text method? Is there an html-to-plain-text method that I could feel the result of BlueCloth?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about markdown