mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-12 12:46:38 -04:00
45 lines
552 B
Text
45 lines
552 B
Text
![]() |
Pre-header text.
|
||
|
|
||
|
# A top-level header
|
||
|
|
||
|
followed by some body text
|
||
|
|
||
|
## A second-level header
|
||
|
|
||
|
followed by some body text
|
||
|
|
||
|
### Third level ###
|
||
|
|
||
|
* A list item
|
||
|
* and another
|
||
|
with some overhang
|
||
|
+ and a sublist
|
||
|
with overhang
|
||
|
- And a third with a different marker
|
||
|
|
||
|
### Third level number two ###
|
||
|
|
||
|
### Level two again
|
||
|
|
||
|
followed by some body text
|
||
|
|
||
|
An underline-style header
|
||
|
=========================
|
||
|
|
||
|
With some text
|
||
|
|
||
|
And a level two underline header
|
||
|
--------------------------------
|
||
|
|
||
|
* With
|
||
|
* an unordered
|
||
|
* list
|
||
|
|
||
|
# Level one
|
||
|
|
||
|
foo
|
||
|
|
||
|
## Level two
|
||
|
|
||
|
bar
|