Write a comment abouth the test here. *** Parameters: *** {:css=>"style.css"} *** Markdown input: *** CSS: style.css Input: Emphasis Result: Emphasis Input: Result on span: Result alone: Without closing:
This is *true* markdown text (no paragraph)
This is *true* markdown text (block paragraph)
This is a *true* markdown text. (no par) | This is *true* markdown text. (par) |
\n This is *true* markdown text (no paragraph)\n
\n\n This is *true* markdown text (block paragraph)\n
\nThis is a *true* markdown text. (no par) | \nThis is *true* markdown text. (par) | \n
Input:
<em>Emphasis</em>
Result: Emphasis
Input:
<img src="http://jigsaw.w3.org/css-validator/images/vcss"/>
Result on span:
Result alone:
Without closing:
This is
true
markdown text (paragraph)
This is
true
markdown text (no paragraph)
This is
true
markdown text (block paragraph)
This is a true markdown text. (no par) |
This is true markdown text. (par) |