summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/headings_id.md
blob: fa8a4d82ca684b3d86e9e21663d936b4e15a382c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Heading with a [link](http://github.com/)

### Heading with some _italic text_

### Or some **strong**
(which doesn't really make any difference, here)

### Or even `code`

### What about ~~strikethrough~~

## And a ref [link][destination]

[destination]: /some/url "link to nowhere"