るりまサーチ

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

別のキーワード

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

検索結果

rdoc/markdown (38006.0)

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

...できない機能があります。

Underscores embedded in words are never interpreted as emphasis. (While the
[markdown dingus][dingus] emphasizes in-word underscores, neither the
Markdown syntax nor MarkdownTest mention this behavior.)

また URL を記述すると HTML を出力する際に...
...含める事はできま
せん。この拡張はデフォルトでは無効になっています。

例:

<style type="text/css">
h1 { font-size: 3em }
</style>

==== 定義リスト

RDoc::Markdown#definition_lists を設定する事で定義リストを出力す
る事ができます。詳...