Ruby/Redcarpet: 从文本中去除降价

Ruby/Redcarpet: strip markdown from text

我正在编写一个 Ruby 应用程序,它目前使用 redcarpet 来呈现 Markdown。

我需要从文本中去除 Markdown 标记。有什么简单的方法吗?

是的,可以使用 Redcarpet::Render::StripDown Class -> http://www.rubydoc.info/github/vmg/redcarpet/Redcarpet/Render/StripDown

它说 "Turns Markdown into plaintext"