Is there a command line utility for rendering GitHub flavored Markdown?

后端 未结 25 1766
一个人的身影
一个人的身影 2020-11-28 16:53

I\'m wondering if there is a command line utility for taking a GitHub flavored Markdown file and rendering it to HTML.

I\'m using a GitHub wiki to create website con

25条回答
  •  感动是毒
    2020-11-28 17:57

    There is a really nice and simple tool for browsing GFM Markdown documents:

    GFMS - Github Flavored Markdown Server

    It's simple and lightweight (no configuration needed) HTTP server you can start in any directory containing markdown files to browse them.

    Features:

    • Full GFM Markdown support
    • Source code syntax highlighting
    • Browsing files and directories
    • Nice looking output (and configurable CSS stylesheets)
    • Export to PDF

提交回复
热议问题