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:
6
node_modules/showdown/test/issues/#107.inner-underscore-parse-to-block.html
generated
vendored
Normal file
6
node_modules/showdown/test/issues/#107.inner-underscore-parse-to-block.html
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<p>escaped word_with_underscores</p>
|
||||
<p>escaped word__with__double underscores</p>
|
||||
<p>escaped word<em>_with_</em>single italic underscore</p>
|
||||
<p>escaped word*with*asterixs</p>
|
||||
<p>escaped word**with**asterixs</p>
|
||||
<p>escaped word<strong>*with*</strong>bold asterixs</p>
|
Reference in New Issue
Block a user