blob: 818dbfdb167e161ee05b20b62c4156239f1821a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
Here are three horisontal rules / thematic breaks:
***
---
___
This is a paragraph
+++
which continues
===
and continues
--
**
__
until here
Here are three more rules:
***
***
***
but this is code:
***
and this is a paragraph:
Foo
***
here are 5 rules:
_____________________________________
- - -
** * ** * ** * **
- - - -
- - - -
but these are not rules:
_ _ _ _ a
a------
---a---
*-*
Below is an interrupting rule:
- foo
***
- bar
Below is an interrupting rule:
Foo
***
bar
But this is a header:
Foo
---
bar
This is interrupted by rule:
* Foo
* * *
* Bar
This is a list:
- Foo
- * * *
|