Sha256: 479f322adab3dee3169aa5f9ab19988cc0f1a1e1109e00dda742a43235306e0f

Contents?: true

Size: 1.13 KB

Versions: 17

Compression:

Stored size: 1.13 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.

> Maruku is the default markup content processor for webgen as its markup syntax is easy to learn
> and nice to look at. Give it a try!
{.info}

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

17 entries across 17 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.4.20080929 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.5.20081001 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.5.20081010 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.5.20081012 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.6.20081020 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.7.20090227 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.8.20090507 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.9.20090620 doc/contentprocessor/maruku.page
gettalong-webgen-0.5.9.20090626 doc/contentprocessor/maruku.page
thewoolleyman-webgen-0.5.8.20090419 doc/contentprocessor/maruku.page
webgen-0.5.10 doc/contentprocessor/maruku.page
webgen-0.5.9 doc/contentprocessor/maruku.page
webgen-0.5.4 doc/contentprocessor/maruku.page
webgen-0.5.7 doc/contentprocessor/maruku.page
webgen-0.5.5 doc/contentprocessor/maruku.page
webgen-0.5.6 doc/contentprocessor/maruku.page
webgen-0.5.8 doc/contentprocessor/maruku.page