summaryrefslogtreecommitdiff
path: root/test/MarkdownTest_1.0.3/Tests/Escape character.text
blob: 3eab09068e43833b5a8750215b8b3fab6941c41b (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
\==Highlight\==

\~~Strikethrough\~~

\_Underscore\_

\__Underscore\__

_\_Underscore_\_

\__Underscore_\_

_\_Underscore\__

\*Asterisk\*

\**Asterisk\**

\**Asterisk*\*

*\*Asterisk\**

*\*Asterisk*\*

\[Bracket\]

\(Parenthesis\)

\<Chevron\>

Super\^script

\`Backtick\`

\"Quote\"

**Foo\\**

*Foo\\\**

**Foo\\\Bar\\**

*Foo\\Bar\\\*

[Foo\]](http://example.com)

[Foo\\](http://example.com)

[Foo\\\]](http://example.com)

[Foo\\\\](http://example.com)