るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.167秒)

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document clone
  5. rexml/document node_type

ライブラリ

クラス

検索結果

rdoc/markdown (38012.0)

Markdown 形式で記述されたドキュメントを rdoc 上で解析するための サブライブラリです。

...le>
...
</table>

==== Notes

RDoc::Markdown#notes を設定する事で脚注を出力する事ができます。こ
の拡張はデフォルトで有効になっています。

例:

Here is some text[^1] including an inline footnote ^[for short footnotes]

...

[^1]: With the...

RDoc::Markdown#notes -> bool (26101.0)

脚注の出力を有効にするかどうかを返します。

脚注の出力を有効にするかどうかを返します。

デフォルトでは true を返します。

RDoc::Markdown#notes=(val) (14101.0)

脚注の出力を有効にするかどうかを設定します。

脚注の出力を有効にするかどうかを設定します。