Sha256: bc33b4f3cd356896449dd5dd5323b0303a7332608b55ed3c07a628e21e8938ff
Contents?: true
Size: 1021 Bytes
Versions: 6
Compression:
Stored size: 1021 Bytes
Contents
--- title: Webgen::ContentProcessor::RDiscount --- ## Description This processor converts the content, which is assumed to be in Markdown markup, to HTML by using the RDiscount library. This library is based on the C based discount library which provides very fast Markdown processing. However, this processor does not support advanced features like the [kramdown processor](kramdown.html) or [Maruku Markdown processor](maruku.html) do. > This extension is only available if you have installed the [rdiscount][1] library. The preferred > way to do this is via Rubygems: > > gem install rdiscount {:.warning} [1]: http://github.com/rtomayko/rdiscount Example ------- Here is a short sample of a text in Markdown markup: # This a h1 header You can just write *your* paragraphs here and [link][1] them below. This is **nice** format! > Citations are easy too. > Really. And you can assign them attributes. * Lists * aren't * difficult * either. [1]: http://someurl.com
Version data entries
6 entries across 6 versions & 1 rubygems