mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-14 08:44:04 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
41
node_modules/showdown/test/issues/#332.inconsistent-behavior-of-emphasis-and-strong.md
generated
vendored
Normal file
41
node_modules/showdown/test/issues/#332.inconsistent-behavior-of-emphasis-and-strong.md
generated
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
foo *bar *baz
|
||||
|
||||
foo **bar **baz
|
||||
|
||||
foo ***bar ***baz
|
||||
|
||||
foo _bar _baz
|
||||
|
||||
foo __bar __baz
|
||||
|
||||
foo ___bar ___baz
|
||||
|
||||
foo *bar *baz *bazinga
|
||||
|
||||
foo **bar **baz **bazinga
|
||||
|
||||
foo ***bar ***baz ***bazinga
|
||||
|
||||
foo _bar _baz __bazinga
|
||||
|
||||
foo __bar __baz __bazinga
|
||||
|
||||
foo ___bar ___baz ___bazinga
|
||||
|
||||
*f*
|
||||
|
||||
**f**
|
||||
|
||||
_f_
|
||||
|
||||
__f__
|
||||
|
||||
foo **bar **baz **bazinga bla**
|
||||
|
||||
foo __bar **baz **bazinga bla__
|
||||
|
||||
foo __**bar **baz **bazinga bla__
|
||||
|
||||
this is **<a href="//google.com/foo**bar">imbued link with strong</a>**
|
||||
|
||||
this is __<a href="google.com/foo__bar">imbued link with strong</a>__
|
Reference in New Issue
Block a user