module GitHub

GitHub Markdown Rendering class

Provides a Markdown rendering method as a singleton, and two auxiliary functions

There are two kinds of Markdown in GitHub.com:

GitHub::Markdown.render #=> Rendered Markdown as HTML plaintext with the default extensions

GitHub::Markdown.render_gfm #=> Rendered GitHub-flavored Markdown as HTML plaintext

GitHub::Markdown._to_html(content, mode) { |code, lang| … } #=> Rendered Markdown with the given mode as HTML plaintext