![]() | ![]() | ![]() |
<link rel="stylesheet" type="text/css" href="qrx/wiki.css"/>
| Name | Sample | Description |
| bold | '''bold''' | make it bold. Triple quote |
| header1 | =header1= | <h1> style |
| header2 | ==header2== | |
| header3 | ===header3=== | line start with = will be treated as a header til the end of the line. |
| header4 | ====header4==== | after the closing = will be treated as addtions |
| header5 | =====header5===== | |
| em | {{{em}}} | emphasized text |
| block1 | {{{ block1 }}} | make blocked section. |
| block2 | {{{: block2 }}} | make indented and blocked section. |
| simple link | [URL] | make it link |
| image | [[img(URL)]] | insert inline image. |
| Name | Sample | Description |
| List | *item | * can be ** or more for making tree. |
| Numbered List | #item | line top can be like *#* for combined tree. |
| Def List | ;Name:Value | semicolon on top, colon for splitter. |
| <pre> | content | space on top |
| Math | <math>TeX expression</math> | insert math image. like this ![]() |
| Escape | <nowiki>HTML</nowiki> | output text without wiki treatment. |
| Linked text | [URL Text] | Text with link. |
| Center | <center>...</center> | center tag |
| Name | Sample | Description |
| List | -item | you can combine Wikipedia List and hatena List |
| Numbered List | +item | minus for normal list, plus for numbered list. |
| Table | |cell|cell|cel... | |* cells will be header cell. No need to finish. |
| blockquote | <blockquote cite="url" title="linkname"> ... </blockquote> | you can insert links for cite using attribute. |
| Google Link | [google:...] | link to a search result of google. |
| Google Link | [google:image:...] | link to a image search result of google. |
| Google Link | [google:news:...] | link to a news search result of google. |
| Indent | >> ... << | blockindent. |
| Name | Sample | Description |
| Click Block | <hidden as="...more"> | make JavaScript dinamic insert link. |
| Escape | <raw>HTML</raw> | Same as <nowiki> |
| Design Box | <design>...</design> | Rich-designed box <design skin="blue" // normal,blue (optional) >width="80%" // css:width (optional) align="right" // css:float (optional) |
| hr | #### | Custom Horizontal Line. |
| hr | **** | must need end of line at end of markup |
| hr | ++++ | |
| hr | ---- |