bold -- bold text
italic -- italic text
strikeout -- strikeout text
code without syntax
superscript
subscript
wiki link -- wiki link
description -- wiki link with description
Column 1 | Column 2 | Column 3 |
---|---|---|
Data 1 | Data 2 | Data 3 |
this takes rows below | this takes the next collumn as well and will not wrap this text to the next line | |
Data 5 | ||
Data 4 |
Without syntax highlighting
Here is some text there is some text
With syntax highlighting
def hello(world): for x in range(10): print("Hello {0} number {1}".format(world, x))
Text that starts with 4 or more spaces is a Blockquote. It won't be highlighted in Vim, but will be styled on the HTML site.
A line that starts with %%
won't show up in the HTML page