instiki/vendor/plugins/maruku/spec/block_docs/email.md
Jacques Distler 070f689f9c Fixed some Maruku bugs
Email addresses and horizontal rules now work properly.
2011-08-13 03:59:40 -05:00

675 B

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 ***

This is an email address: andrea@invalid.it

*** 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: