Examples¶
Tables¶
使用例 |
書き方 |
HTMLタグ |
|
---|---|---|---|
強調 |
文字列 |
*で囲む |
<em> |
強い強調 |
文字列 |
**で囲む |
<strong> |
コード |
|
``で囲む |
<span class=”pre”> |
Admonitions¶
Hint
.. hint::
This is a hint directive!
Hint
This is a hint directive!
Note
.. note::
This is a note directive!
Note
This is a note directive!
Warning
.. warning::
This is a warning directive!
Warning
This is a warning directive!
Tip
.. tip::
This is a tip directive!
Tip
This is a tip directive!
Important
.. important::
This is a important directive!
Important
This is a important directive!
Error
.. error::
This is a error directive!
Error
This is a error directive!
Caution
.. caution::
This is a caution directive!
Caution
This is a caution directive!
Danger
.. danger::
This is a danger directive!
Danger
This is a danger directive!