Better ruby markdown interpreter?

后端 未结 9 674
自闭症患者
自闭症患者 2020-12-02 10:11

I\'m trying to find a markdown interpreter class/module that I can use in a rakefile.

So far I\'ve found maruku, but I\'m a bit wary of beta releases.

Has an

9条回答
  •  悲哀的现实
    2020-12-02 10:57

    To ensure you're getting BlueCloth 2, install like this:

    gem install bluecloth
    

    Note that "bluecloth" should be in all lowercase, not camel case.

    Source: http://rubygems.org/gems/bluecloth

提交回复
热议问题