showdown/test/functional/makemarkdown/cases/standard/emphasis.md

72 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2017-12-23 20:35:31 +08:00
*single asterisks*
*single underscores*
**double asterisks**
**double underscores**
text *with italic sentence* in middle
text **with bold sentence** in middle
text with **bold text that spans across multiple** lines
underscored\_word
doubleunderscore\_\_word
asterix\*word
doubleasterix\*\*word
line with\_underscored word
line with\_\_doubleunderscored word
line with\*asterixed word
line with\*\*doubleasterixed word
some line*with*inner underscores
some line**with**inner double underscores
some line*with*inner asterixs
some line**with**inner double asterixs
another line with just \_one underscore
another line with just \_\_one double underscore
another line with just \*one asterix
another line with just \*\*one double asterix
a sentence with*underscore and another*underscore
a sentence with**doubleunderscore and another**doubleunderscore
a sentence with*asterix and another*asterix
a sentence with**doubleasterix and another**doubleasterix
escaped word\_with\_underscores
escaped word\_\_with\_\_double underscores
escaped word*\_with\_*single italic underscore
escaped word\*with\*asterixs
escaped word\*\*with\*\*asterixs
escaped word**\*with\***bold asterixs
foo**bar**baz
foo**bar**baz
2017-12-23 20:41:21 +08:00
this is **[imbued link with strong](<//google.com>)**