Sha256: 50bbdfc3bcc7ab6c42a0e35f812fcb146a6037cc0c18b8b4bf11e38f40babb49

Contents?: true

Size: 989 Bytes

Versions: 8

Compression:

Stored size: 989 Bytes

Contents

---
title: Webgen::ContentProcessor::RDoc
---
## Description

This content processors converts content written in RDoc markup (the default documentation format
for Ruby source files, [reference][1]) to HTML.

> This extension needs the [new RDoc implementation][2] and is not compatible with the
> implementation included in the Ruby distribution. The preferred way to install the new
> implementation is via Rubygems:
>
>     gem install rdoc
{.exclamation}

[1]: http://rdoc.rubyforge.org/rdoc/ "RDoc Reference"
[2]: http://rubyforge.org/projects/rdoc/ "New RDoc implementation"

## Example

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

    = This a h1 header

    You can just write *your* paragraphs here and <a href="http://someurl.com">link</a> 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.

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
gettalong-webgen-0.5.4.20080929 doc/contentprocessor/rdoc.page
gettalong-webgen-0.5.5.20081001 doc/contentprocessor/rdoc.page
gettalong-webgen-0.5.5.20081010 doc/contentprocessor/rdoc.page
gettalong-webgen-0.5.5.20081012 doc/contentprocessor/rdoc.page
gettalong-webgen-0.5.6.20081020 doc/contentprocessor/rdoc.page
webgen-0.5.4 doc/contentprocessor/rdoc.page
webgen-0.5.6 doc/contentprocessor/rdoc.page
webgen-0.5.5 doc/contentprocessor/rdoc.page