| Type | Code | Result |
|---|---|---|
| Text emphasis | ||
| Italic | //italic// | italic |
| Bold | ///bold/// | bold |
| Italic bold | ////Italic bold//// | Italic bold |
| Teletyped | Teletyped | |
| Полужирный моноширинный | $$полужирный моноширинный$$ | моноширинный |
| Strikeout | --Strikeout-- | |
| Underscored | __Underscored__ | Underscored |
| Superscript | Normal text^Superscript^ | Normal textSuperscript |
| Subscript | Normal text~Subscript~ | Normal textSubscript |
| Links | ||
| Link | http://www.maksika.net | http://www.maksika.net |
| maksik@mail.ru | maksik@mail.ru | |
| Link with title | [[http://www.maksika.net Maksika.Net]] | Maksika.Net |
| Titled E-Mail | [[maksik@mail.ru Maks]] | Maks |
| Anchor (Only for articles) |
[[#anchor]] | Place in document refered to by #anchor |
| Images | ||
| Simple image (Only for articles) |
{{/images/img.gif}} | ![]() |
| Titled image (Only for articles) |
{{/images/img.gif Info}} | ![]() |
| Floating left image (Only for articles) |
{{/images/img.gif|left}} Some text some text Some text some text | Some text some textSome text some text |
| Floating right image (Only for articles) |
{{/images/img.gif|right}} Some text some text Some text some text | Some text some textSome text some text |
| Floating left titled image (Only for articles) |
{{/images/img.gif Info|right}} Some text some text Some text some text | Some text some textSome text some text |
| Lists | ||
| Bulleted | * One * Two * Three |
|
| Numbered | # One # Two # Three |
|
| Nested | # One # Two #* Three #* Four # Five |
|
| Blocks | ||
| Code block | <<< int main(int argc, char *argv[]) { printf("Hello, world!\n"); } >>> | int main(int argc, char *argv[]) {
printf("Hello, world!\n");
}
|
| Padded block | :Block quote :Block quote ::Nested block quote | Block quote Block quote Nested block quote |
| CSS2 formatted block (Only for articles, uses standard CSS2) |
<<=border: black 1px solid; background-color: red CSS2 formatted block >> | CSS2 formatted block |
| Headers | ||
| First level (Only for articles) |
== Header 1 | Header 1 |
| Second level (Only for articles) |
=== Header 2 | Header 2 |
| Third level (Only for articles) |
==== Header 3 | Header 3 |
| Fourth level (Only for articles) |
===== Header 4 | Header 4 |
| Fifth level (Only for articles) |
====== Header 5 | Header 5 |
| Sixth level (Only for articles) |
======= Header 6 | Header 6 |
| Additional elements | ||
| Horizontal ruler (Only for articles) |
---- | |
| Hidden text (cut) (Only for articles) |
=8<=== Hidden text =>8=== | (More...) |
| Hidden text (cut) with description (Only for articles) |
=8<=== Read more Hidden text =>8=== | (Read more) |