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
|
CSS: black.css
<div class="back"><a> </a></div>
BlueFeather マニュアル
====
→ [English version](en/index.html)
(2013-02-12 バージョン 0.41 準拠)
BlueFeather は、拡張 Markdown 記法で書かれたテキストを html に変換するソフトウェアです。
コマンドラインツールと、Ruby スクリプト内で変換を行うためのライブラリがセットになっています。
広く使われている Markdown 実装である [BlueCloth 1.0.0][] をベースとしつつ、既知のバグの修正やインターフェースの変更、そして記法・機能へのさまざまな拡張を施しています。
なお、このマニュアルページそのものも、 BlueFeather を用いて生成された html 文書です。変換前のテキストファイルは `doc` ディレクトリ内に同梱しています。
* [インストール・基本的な使い方](basic-usage.html)
* [BlueCloth との違い](difference.html)
* [Markdown 記法の拡張](format-extension.html)
* [エンコーディングの取り扱い](encoding-rule.html)
~
* [クラスリファレンス](class-reference.html)
* [メタデータリファレンス](metadata-reference.html)
~
* [連絡先・ライセンス](author-and-license.html)
* [BlueFeather 配布サイト(http://ruby.morphball.net/bluefeather/)](http://ruby.morphball.net/bluefeather/)
[BlueCloth 1.0.0]: http://www.deveiate.org/projects/BlueCloth
|