Sha256: 5d0ae7f77803614d4b09b963935c415df67a004704e1bf3b46913a1fe49c4561
Contents?: true
Size: 985 Bytes
Versions: 9
Compression:
Stored size: 985 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 {.warning} [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
9 entries across 9 versions & 3 rubygems