mirror of
https://github.com/vale981/recommonmark
synced 2025-03-06 02:21:38 -05:00
33 lines
315 B
Markdown
33 lines
315 B
Markdown
![]() |
# Heading 1
|
||
|
|
||
|
## Heading 2
|
||
|
|
||
|
### Heading 3
|
||
|
|
||
|
#### Heading 4
|
||
|
|
||
|
This is a [link](http://example.com "Example")
|
||
|
|
||
|
This is a [ref link][example]
|
||
|
|
||
|
[example]: http://example.com/foobar "Example"
|
||
|
|
||
|
Foo
|
||
|
|
||
|
----
|
||
|
|
||
|
Bar
|
||
|
|
||
|

|
||
|
|
||
|
#!/bin/sh
|
||
|
python
|
||
|
|
||
|
* Item A
|
||
|
* Item B
|
||
|
* Item C
|
||
|
|
||
|
1. Item 1
|
||
|
2. Item 2
|
||
|
3. Item 3
|