Last modified : 2014. 10. 13
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 |
Output format of media depends on the system and the syntax.
Inline group
Mark | Output |
<</>> | <span class="option"> |
<<</>>> | <span id="option"> |
:: option | as class or id |
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 |