# Markdown inside code blocks
test _emphasis_ (span) |
test _emphasis_ (span) |
test _emphasis_ (block) |
* this is _not_ a list item |
* this is _not_ a list item |
* this _is_ a list item |
This is not a code block since Markdown parse paragraph content as span. Code spans like `
` are allowed though._Hello_ _world_
line 1 line 2 line 3
## Preserving attributes and tags on more than one line:Some _span_ content.
## Header confusion bugHello World! ============ Hello World! |