るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.026秒)
トップページ > クエリ:text[x] > クエリ:rdoc/markdown[x]

別のキーワード

  1. rdoc version
  2. rdoc/markdown parse
  3. rdoc/markdown extension
  4. rdoc/context new
  5. rdoc attr_modifiers

検索結果

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


=== 制限事項

* リンクタイトルは使用されない
* 脚注は...