repo.or.cz
/
markdown-mode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refresh font-lock rather than recomputing from defaults
[markdown-mode.git]
/
tests
/
outline-code.text
blob
188f4627f2e6c3814b0f31f9ec8a406f5527ac7b
1
# Level one
2
3
* A list item
4
with some overhang
5
+ and a sublist
6
7
## Level two
8
9
~~~ {.bash}
10
#!/bin/bash
11
12
# In a code block, this shouldn't be a header
13
~~~
14
15
# Level one again
16
17
some body text