foo
foo
foo
test emphasis (span) |
test emphasis (span) |
test emphasis (block) |
* this is not a list item |
* this is not a list item |
|
This text is no code block: if it was, the
closing <div>
would be too and the HTML block
would be invalid.
Markdown content in HTML blocks is assumed to be indented the same as the block opening tag.
This should be the third paragraph after the header.
</div>
s in Markdown code span and blockThis is a code block however:
</div>
Funny isn't it? Here is a code span: </div>
.
Some text
This is a code block.
This is not a code block since Markdown parse paragraph
content as span. Code spans like </p>
are allowed though.
Hello world
Some span content.
Hello World! ============ Hello World! |