4586614914
Cleaned up some dependencies, and added a mime_types.yml file for Mongrel-compatibility.
37 lines
No EOL
1.4 KiB
Markdown
37 lines
No EOL
1.4 KiB
Markdown
Write a comment abouth the test here.
|
|
*** Parameters: ***
|
|
{}
|
|
*** Markdown input: ***
|
|
|
|
|
|
This is an email address: <andrea@invalid.it>
|
|
|
|
*** Output of inspect ***
|
|
md_el(:document,[
|
|
md_par(["This is an email address: ", md_email("andrea@invalid.it")])
|
|
],{},[])
|
|
*** Output of to_html ***
|
|
<p>This is an email address: <a href='mailto:andrea@invalid.it'>andrea@invalid.it</a></p>
|
|
*** Output of to_latex ***
|
|
This is an email address: \href{mailto:andrea@invalid.it}{andrea\char64invalid\char46it}
|
|
*** Output of to_md ***
|
|
This is an email address:
|
|
*** Output of to_s ***
|
|
This is an email address:
|
|
*** EOF ***
|
|
|
|
|
|
|
|
OK!
|
|
|
|
|
|
|
|
*** Output of Markdown.pl ***
|
|
<p>This is an email address: <a href="mailto:andrea@invalid.it">andrea@invalid.it</a></p>
|
|
|
|
*** Output of Markdown.pl (parsed) ***
|
|
<div
|
|
><p>This is an email address: <a href='&#109;&#97;&#x69;&#108;&#116;&#x6F;:&#97;&#110;&#x64;&#114;&#101;&#x61;&#64;&#x69;&#x6E;&#118;&#x61;&#108;&#x69;&#x64;&#x2E;&#x69;&#116;'>andrea@invalid.it</a
|
|
></p
|
|
></div
|
|
> |