wekan/packages/markdown/marked/test/new/headings_id.md

14 lines
287 B
Markdown
Raw Normal View History

### 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"