mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 02:44:07 +01:00
14 lines
287 B
Markdown
14 lines
287 B
Markdown
|
|
### 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"
|