Markdown Syntax
Gun.io uses
Markdown
syntax.
Markdown is a simple way to add style to plain text. Some examples are given below as the input text, and an example of how it renders.
Paragraphs
Paragraphs must be separated
by lines of blank text.
Otherwise they won't be split.
Renders as:
Paragraphs must be separated by lines of blank text.
Otherwise they won't be split.
Italic text
*This makes text italic*
This makes text italic
Bold text
**This makes text bold**
This makes text bold
Links
[Wikipedia](http://en.wikipedia.org/wiki/Markdown)
Wikipedia
Lists
* List Item One
* List Item Two
List Item One
List Item Two
Header text
## This is an H2 header.
### This is an H3 header.
This is an H2 header.
This is an H3 header.
Block quotes
> This is a block quote.
> This is a block quote.
This is a block quote. This is a block quote.