hoedown/test/MarkdownTest_1.0.3/Tests/Escape character.text
2014-08-10 02:48:35 +08:00

51 lines
460 B
Text

\==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)