mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-14 16:54:05 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
56
node_modules/showdown/test/features/literalMidWordAsterisks/basic.md
generated
vendored
Normal file
56
node_modules/showdown/test/features/literalMidWordAsterisks/basic.md
generated
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
this is a sentence*with*mid asterisks
|
||||
|
||||
this is a sentence**with**two mid asterisks
|
||||
|
||||
this is a sentence***with***three mid asterisks
|
||||
|
||||
this is double*asterisk*mid word with another**asterisk**word
|
||||
|
||||
this is double**asterisk**mid word with another**asterisk**word
|
||||
|
||||
this is double***asterisk***mid word with another***asterisk***word
|
||||
|
||||
this is double*asterisk**mid word with another***asterisk*word
|
||||
|
||||
this is double**asterisk*mid word with another***asterisk**word
|
||||
|
||||
this is a sentence with just*one asterisk
|
||||
|
||||
this is a sentence with just**one asterisk
|
||||
|
||||
this is a sentence with just***one asterisk
|
||||
|
||||
this is double**asterisk**mid word
|
||||
|
||||
this has just**one double asterisk
|
||||
|
||||
this has just***one triple asterisk
|
||||
|
||||
this *should be parsed* as emphasis
|
||||
|
||||
this **should be parsed** as bold
|
||||
|
||||
this ***should be parsed*** as bold and emphasis
|
||||
|
||||
emphasis at *end of sentence*
|
||||
|
||||
bold at **end of sentence**
|
||||
|
||||
bold and emphasis at ***end of sentence***
|
||||
|
||||
*emphasis at* line start
|
||||
|
||||
**bold at** line start
|
||||
|
||||
***bold and emphasis at*** line start
|
||||
|
||||
multi *line emphasis
|
||||
yeah it is* yeah
|
||||
|
||||
|
||||
multi **line emphasis
|
||||
yeah it is** yeah
|
||||
|
||||
|
||||
multi ***line emphasis
|
||||
yeah it is*** yeah
|
Reference in New Issue
Block a user