Sha256: 5f5cd039e99ff6b37e426617526d989aca1bd6df44c369ca32cef3726802c6b9

Contents?: true

Size: 998 Bytes

Versions: 9

Compression:

Stored size: 998 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 [Maruku
Markdown processor]({relocatable: maruku.html}) does.

> 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

9 entries across 9 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.7.20090227 doc/contentprocessor/rdiscount.page
gettalong-webgen-0.5.8.20090507 doc/contentprocessor/rdiscount.page
gettalong-webgen-0.5.9.20090620 doc/contentprocessor/rdiscount.page
gettalong-webgen-0.5.9.20090626 doc/contentprocessor/rdiscount.page
thewoolleyman-webgen-0.5.8.20090419 doc/contentprocessor/rdiscount.page
webgen-0.5.10 doc/contentprocessor/rdiscount.page
webgen-0.5.9 doc/contentprocessor/rdiscount.page
webgen-0.5.7 doc/contentprocessor/rdiscount.page
webgen-0.5.8 doc/contentprocessor/rdiscount.page