~~Title: Syntax Cheatsheet~~ ~~NOTOC~~ ====== Syntax Cheatsheet ====== See [[doku>DokuWiki]] {{:wiki:dokuwiki-128.png?nolink&20|}} [[wiki:syntax|wiki:syntax]] for long explanation. ===== Headline ===== ====== Level 1 ====== ===== Level 2 ===== ==== Level 3 ==== === Level 4 === == Level 5 == ===== Multi-column text ===== // col3 ... col5 text more text (on modern browsers) (requires [[https://www.dokuwiki.org/plugin:wrap|Wrap plugin]]) \\ ===== Columns ===== [[github>tvaneerd/cpp17_in_TTs|C++ "Tony tables"]] C++98: before C++17: after Two or more indepedent columns, width: half third quarters twothirds C++98: before C++17: after ===== Formatting ===== //italic// **bold** __underlined__ deleted\\ ''monospaced'' subscript superscript\\ That is => %%not <=> parsed%% <= text\\ <- -> <= => <-> <=> << >> -- --- (c) (r) (tm)\\ :-) :-( :?: :!: FIXME DELETEME\\ „deutsch“ “english” //italic// **bold** see BB code for underlined deleted ''monospaced'' subscript superscript That is => %%not <=> parsed%% <= text <- -> <= => <-> <=> << >> -- --- (c) (r) (tm) :-) :-( :?: :!: FIXME DELETEME „deutsch“ “english” ----- ruler and new line\\ without paragraph ((This is a footnote: new line also in table cell.)) > quote >> requote text in file int main() {} ----- ruler and new line\\ without paragraph ((This is a footnote: new line also in table cell.)) > quote >> requote text in file int main() {} ===== Links and images ===== www.google.com [[http://www.google.com/|Google]] \\ [[doku>Interwiki]] [[google>Newton|Google Search]] \\ Image link: {{wiki:dokuwiki-128.png?16|image in media folder}} \\ Wikipedia [[wp>Devil_May_Cry|DMC]] \\ Speedrun.com [[src>series/devil_may_cry|Devil May Cry Series]] www.google.com [[http://www.google.com/|Google]] \\ [[doku>Interwiki]] [[google>Newton|Google Search]] \\ Image link: {{wiki:dokuwiki-128.png?16|image in media folder}} \\ Wikipedia [[wp>Devil_May_Cry|DMC]] \\ Speedrun.com [[src>series/devil_may_cry|Devil May Cry Series]] ===== HTML Tables =====
Heading 1 Heading 2 Heading 3
Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
Row 2 Col 1 Row 2 Col 2 Row 2 Col 3
Heading 1 Heading 2 Heading 3
Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
Row 2 Col 1 Row 2 Col 2 Row 2 Col 3
===== Lists ===== * Item 1 * Item 2 * Item 2.a - Number Item A - Number Item B - Number Item B.A * Item 1 * Item 2 * Item 2.a - Number Item A - Number Item B - Number Item B.A \\ -----