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 *true* markdown text. (no par) | This is *true* markdown text. (par) |
This is *true* markdown text. (no par) | This is *true* markdown text. (par) |
\n\t\tThis is *true* markdown text (no paragraph)\n\t
\n\t\n\t\tThis is *true* markdown text (block paragraph)\n\t
\nThis is *true* markdown text. (no par) | \nThis is *true* markdown text. (par) | \n
This is *true* markdown text. (no par) | \nThis is *true* markdown text. (par) | \n"), md_html("
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 true markdown text. (no par) |
This is true markdown text. (par) |
The following is invalid HTML, and will generate an error:
HTML parse error: <table> <td markdown="1">This is *true* markdown text. (no par)</td> <td markdown="block">This is *true* markdown text. (par)</td> </tr>
HTML parse error: </table>*** Output of to_latex *** Input: \begin{verbatim}Emphasis\end{verbatim} Result: Input: \begin{verbatim}\end{verbatim} Result on span: Result alone: Without closing: The following is invalid HTML, and will generate an error: *** Output of to_md *** Input: Result: Input: Result on span: Result alone: Without closing: The following is invalid HTML, and will generate an error: *** Output of to_s *** Input:Result: Input:Result on span: Result alone:Without closing:The following is invalid HTML, and will generate an error: *** EOF *** OK! *** Output of Markdown.pl *** (not used anymore) *** Output of Markdown.pl (parsed) *** (not used anymore)