Markdown Sample
Italics and Bold
Some text with italics and bold mixed in.
Lists
- first
- second
- third
- bread
- jam
- berries
- preservative
quote
Giving a monopoly on an idea that would have been created anyway, for no societal gain, is bad policy.
Rule
Above
Below
Code
First, some inline code
. Then a code block:
func Test(t *testing.T) {
err := Name()
if err != nil{
t.Errorf("TestName failed: %v", err)
}
}
Links
As a heading
Valid
In a sentence.
Invalid
[[Just some brackets] ].
[Hello] (World). Hello.
missing page missing page missing page