Last modified : 2014. 10. 14
Cheat Sheet
Block markup
| Mark | Output | MaxLevel |
| = | <h1-6>, <hr> | 6, 7- |
| - | <ul><li> | none |
| + | <ol><li> | none |
| ; | <dl><dt><dd> | 2 |
| > | <blockquote> | none |
Table markup
| Mark | Output |
| || | <td> |
| !| | <th> |
| |> | <td style="text-align:left;"> |
| |< | <td style="text-align:right;"> |
| |= | <td style="text-align:center;"> |
Inline markup
| Mark | Level1 | Level2 |
| ** | <b> | <strong> |
| // | <i> | <em> |
| __ | <u> | <ins> |
| %% | <s> | <del> |
| '' | <sup> | <ruby> need :: option |
| ,, | <sub> |
| "" | <q> | |
| @@ | <cite> | <small> |
| `` | <var> | <code> |
| $$ | <kbd> | <samp> |
| ?? | <dfn> | <abbr> |
Link markup
| Mark | Output |
| ((/)) | <a> |
| (((/))) | <img> |
| <audio> |
| <video> |
| <object> |
| :: option | as alias or media option |
メディアの出力形式は拡張子とシステム環境に依存します。
Inline group
| Mark | Output |
| <</>> | <span class=""> |
| <<</>>> | <span id=""> |
| :: option | as grouped text |
Others
| Mark | Output |
| ~\n | <br> |
| ## | comment out. |
| \ | escape. |
Block group
| Mark | Output |
| {{option}} | <div class="option"> |
| :: option | as class of reserved group |
Reserved group
| div, | header | footer |
| nav | article | section |
| aside | address |
| details | figure |
| pre | code | samp |