-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
Test_Syntax.txt
68 lines (54 loc) · 1.58 KB
/
Test_Syntax.txt
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
Syntax Tests For imgui_markdown
Test - Headers
# Header 1
Paragraph
## Header 2
Paragraph
### Header 3
Paragraph
Test - Emphasis
*Emphasis with stars*
_Emphasis with underscores_
**Strong emphasis with stars**
__Strong emphasis with underscores__
_*_
**_**
Test - Emphasis In List
* *List emphasis with stars*
* *Sublist with emphasis*
* Sublist without emphasis
* **Sublist** with *some* emphasis
* _List emphasis with underscores_
Test - Emphasis In Indented Paragraph
*Indented emphasis with stars*
*Double indent with emphasis*
Double indent without emphasis
**Double indent** with *some* emphasis
_Indented emphasis with underscores_
Test - Horizontal Rule
***
****
***********************************
___
____________________
___
Unsupported Syntax Combinations (non exhaustive)
# Header with [unsupported link](url) included
# Header with ![unsupported image alt text](unsupported image identifier e.g. filename) included
# Header with **unsupported emphasis** included
**# Strong emphasis with unsupported header included**
[Link with *unsupported emphasis* included](url)
*Unsupported emphasis with [link](url) included*
_Unsupported emphasis with image ![image alt text](image identifier e.g. filename) included_
*Unsupported emphasis
on multiple lines*
_Unsupported emphasis
on multiple lines_
* *List with unsupported emphasis
on multiple lines*
* _List with unsupported emphasis
on multiple lines_
_Indent with unsupported emphasis
on multiple lines_
_Indent [with *an unsupported emphasized* link](url) with unsupported emphasis
on multiple lines_