mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-15 01:04:04 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
51
node_modules/showdown/test/features/#316.new-simpleLineBreaks-option-breaks-lists.md
generated
vendored
Normal file
51
node_modules/showdown/test/features/#316.new-simpleLineBreaks-option-breaks-lists.md
generated
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
1. One
|
||||
2. Two
|
||||
- A
|
||||
- B
|
||||
3. Three
|
||||
|
||||
> this has
|
||||
> simple linebreaks
|
||||
|
||||
testing
|
||||
some
|
||||
code
|
||||
|
||||
1. paragraphed list
|
||||
|
||||
this belongs
|
||||
to the first list item
|
||||
|
||||
2. This text
|
||||
also
|
||||
|
||||
simple
|
||||
text
|
||||
|
||||
- a list
|
||||
item
|
||||
- another
|
||||
list item
|
||||
|
||||
simple
|
||||
text
|
||||
|
||||
- some item
|
||||
|
||||
another
|
||||
paragraph
|
||||
|
||||
- And
|
||||
now
|
||||
|
||||
paragraph
|
||||
sublist
|
||||
|
||||
- and
|
||||
even
|
||||
|
||||
another
|
||||
one
|
||||
|
||||
- foo
|
||||
|
Reference in New Issue
Block a user