recommonmark/tests/sphinx_generic/index.md

38 lines
401 B
Markdown
Raw Permalink Normal View History

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
This is a [link](http://example.com "Example")
This is a [ref link][example]
This is a [relative link](/example)
This is a [pending ref](index)
[example]: http://example.com/foobar "Example"
Foo
----
Bar
2019-04-07 00:16:58 +02:00
![foo "handle quotes"](/image.png "Example")
#!/bin/sh
python
* Item A
* Item B
* Item C
1. Item 1
2. Item 2
3. Item 3