hzDocs
Tests

GFM Favor

Best document ever

Sample

# Heading
 
## Heading
 
### Heading
 
#### Heading
 
Hello World, **Bold**, _Italic_, ~~Hidden~~
 
```js
console.log("Hello World");
```
 
1. First
2. Second
3. Third
 
- Item 1
- Item 2
 
> Quote here
 
![alt](/assets/spot.png)
 
| Table | Description |
| ----- | ----------- |
| Hello | World       |

Heading

Heading

Heading

Heading

Hello World, Bold, Italic, Hidden

console.log("Hello World");
  1. First
  2. Second
  3. Third
  • Item 1
  • Item 2

Quote here

alt

TableDescription
HelloWorld

auto linking

My Link

This also works: https://github.github.com/gfm.

custom anchor

How is this guide?

Edit on GitHub

Last updated on

On this page