Namespace

Class/Module Index [+]

Quicksearch

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(content) #=> Rendered Markdown as HTML plaintext with the default extensions

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

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.