1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# Checking resolution of bug 1216
*This line is not emphasized
This is plain text with *inline emphasis*
_This, too, is not emphasized
And this is plain text with _inline emphasis_
**This line is not in bold
But this is plain text with some words **in bold**
__This line is also not in bold
And this is plain text with __some words in bold__
~~This line is not crossed out
This is plain text with ~~some words crossed out~~
~~~
this is a code block
~~~
This is a new paragraph
|