Better ruby markdown interpreter?

后端 未结 9 647
自闭症患者
自闭症患者 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:49

    If you need a fair example for how to use something like Kramdown in a rakefile there is a repo on github with code and articles in markdown.md that can be converted to html with Ruby code syntax highlighting but alas line numbers as well.(I would prefer to turn off line numbering)

    If anyone knows how to shut off the line numbering default please tell us.

    Anyway the link is https://github.com/elm-city-craftworks/practicing-ruby-manuscripts

提交回复
热议问题