1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Encoding: ASCII
Title: BlueFeather Manual
CSS: black.css
<div class="back"><a> </a></div>
BlueFeather Manual
====
-> [Japanese version (original)](../index.html)
(2013-02-12: this document based on version 0.41)
BlueFeather is software for converting text written by extended Markdown like
[PHP Markdown Extra][] to html. It is pair of command-line tool and pure Ruby
library.
BlueFeather is based on [BlueCloth 1.0.0][]. And that, some extensions is added
-- known bug fix, changing interface and extension of Markdown syntax.
By the way, these html-documents are generated by BlueFeather. Original text
files are in the directory, '`doc/en/`'.
* [Installing and Basic Usage](basic-usage.html)
* [Difference from BlueCloth](difference.html)
* [Markdown Syntax Extension](format-extension.html)
* [Encoding Rule](encoding-rule.html)
~
* Class Reference (Not translated yet. see the [Japanese version](../class-reference.html))
* Metadata Reference (Not translated yet. see the [Japanese version](../metadata-reference.html))
~
* [Author and License](author-and-license.html)
* [BlueFeather Website (http://ruby.morphball.net/bluefeather/index_en.html)](http://ruby.morphball.net/bluefeather/index_en.html)
[BlueCloth 1.0.0]: http://www.deveiate.org/projects/BlueCloth
[PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/
|