android13/external/markdown/tests/misc/em_strong.txt

21 lines
197 B
Plaintext

One asterisk: *
One underscore: _
Two asterisks: **
With spaces: * *
Two underscores __
with spaces: _ _
three asterisks: ***
with spaces: * * *
three underscores: ___
with spaces: _ _ _