12件ヒット
[1-12件を表示]
(0.026秒)
別のキーワード
検索結果
先頭1件
-
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 を設定する事で定義リストを出力す
る事ができます。詳...