You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
281 B
19 lines
281 B
7 months ago
|
## A plain header
|
||
|
|
||
|
Let's first have a plain header
|
||
|
|
||
|
An underlined header
|
||
|
====================
|
||
|
|
||
|
(That's also useful)
|
||
|
|
||
|
# A header with a [link](http://www.link.com)
|
||
|
|
||
|
First with a hash
|
||
|
|
||
|
Another with a [link][a]
|
||
|
------------------------
|
||
|
This time underlined
|
||
|
|
||
|
[a]: http://www.link.com/
|