12件ヒット
[1-12件を表示]
(0.026秒)
別のキーワード
検索結果
先頭1件
-
rdoc
/ markdown (38018.0) -
Markdown 形式で記述されたドキュメントを rdoc 上で解析するための サブライブラリです。
...常に RDoc の出力に含める事はできま
せん。この拡張はデフォルトでは無効になっています。
例:
<style type="text/css">
h1 { font-size: 3em }
</style>
==== 定義リスト
RDoc::Markdown#definition_lists を設定する事で定義リストを出力す
る......ます。こ
の拡張はデフォルトで有効になっています。
例:
Here is some text[^1] including an inline footnote ^[for short footnotes]
...
[^1]: With the footnote text down at the bottom
=== 制限事項
* リンクタイトルは使用されない
* 脚注は...