Sha256: d5b11da729a9c95536a01f0c714326597484c692a0c96dc7720c89f79dfd85f3

Contents?: true

Size: 939 Bytes

Versions: 3

Compression:

Stored size: 939 Bytes

Contents

---
title: Webgen::ContentProcessor::RedCloth
---
## Description

This processor converts the content, which is assumed to be in Textile markup, to HTML by using the
RedCloth library. For detailed information about Textile have a look at the [Textile Reference][1]!

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


Example
-------

Here is a short sample of a text in Textile markup:

    h1(#myid). This a h1 header

    You can just write *your* paragraphs here and
    "link":http://someurl.com them below. This is also a
    **nice** format!

    <blockquote class='information>
    Citations are easy too.
    Really. And you can assign them attributes.
    </blockquote>

    * Lists
    * aren't
    * difficult
    * either.


[1]: http://hobix.com/textile/
[2]: http://whytheluckystiff.net/ruby/redcloth/

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.7.20090227 doc/contentprocessor/redcloth.page
thewoolleyman-webgen-0.5.8.20090419 doc/contentprocessor/redcloth.page
webgen-0.5.7 doc/contentprocessor/redcloth.page