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:
14
node_modules/showdown/test/cases/inline-code.md
generated
vendored
Normal file
14
node_modules/showdown/test/cases/inline-code.md
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
Create a new `function`.
|
||||
|
||||
Use the backtick in MySQL syntax ``SELECT `column` FROM whatever``.
|
||||
|
||||
A single backtick in a code span: `` ` ``
|
||||
|
||||
A backtick-delimited string in a code span: `` `foo` ``
|
||||
|
||||
Please don't use any `<blink>` tags.
|
||||
|
||||
`—` is the decimal-encoded equivalent of `—`.
|
||||
|
||||
this `inline **code** has ___magic___` chars
|
Reference in New Issue
Block a user