-
Notifications
You must be signed in to change notification settings - Fork 12
Alternative Markdown
asofold edited this page May 24, 2015
·
1 revision
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 _is_ a list item |
This text is no code block: if it was, the
closing `
` 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>
This is a code block however:
</div>
Funny isn't it? Here is a code span: `</div>`.
</div>
* List item, not a code block
Some text
This is a code block.
This is not a code block since Markdown parse paragraph content as span. Code spans like `
` are allowed though._Hello_ _world_
Some _span_ content.
Hello World!
============
Hello World! |
More: http://daringfireball.net/projects/markdown/syntax#html
Home | Permissions | Commands | Backgrounds