Sha256: 54eb33b951114466c6479c1bf7e3f3fbd734449e00e16e55aeff562eb5572438

Contents?: true

Size: 1.16 KB

Versions: 6

Compression:

Stored size: 1.16 KB

Contents

---
title: Webgen::ContentProcessor::Maruku
---
## Description

This processor converts the content, which is assumed to be in Markdown markup, to HTML by using the
Maruku library. Maruku is a Markdown processor which supports a superset of Markdown, including
support for assigning ids and classes to every element, support for Markdown inside HTML elements
and footnotes.

For detailed information about Maruku have a look at the [Maruku Homepage][1]. There you will find
information about the general Markdown syntax as well as information about the extras added by
Maruku.

> This extension is only available if you have installed the [maruku][1] library. The preferred
> way to do this is via Rubygems:
>
>     gem install maruku
{:.warning}


Example
-------

Here is a short sample of a text in Markdown+Extras markup:

    # This a h1 header    {#myid}

    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.
    {.information}

    * Lists
    * aren't
    * difficult
    * either.

    [1]: http://someurl.com


[1]: http://maruku.rubyforge.org/

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
webgen-0.5.17 doc/contentprocessor/maruku.page
webgen-0.5.15 doc/contentprocessor/maruku.page
webgen-0.5.14 doc/contentprocessor/maruku.page
webgen-0.5.13 doc/contentprocessor/maruku.page
webgen-0.5.12 doc/contentprocessor/maruku.page
webgen-0.5.11 doc/contentprocessor/maruku.page