instiki/vendor/plugins/maruku/tests/unittest/headers.md
Jacques Distler 4586614914 Misc Cleanup
Cleaned up some dependencies, and added a mime_types.yml file for Mongrel-compatibility.
2008-01-14 14:46:38 -06:00

1.6 KiB

Write a comment abouth the test here. *** Parameters: *** {:title=>"A title with emphasis"} *** Markdown input: *** A title with emphasis

A title with emphasis

A title with emphasis

*** Output of inspect *** md_el(:document,[ md_el(:header,["A title with ", md_em(["emphasis"])],{:level=>1},[]), md_el(:header,["A title with ", md_em(["emphasis"])],{:level=>2},[]), md_el(:header,["A title with ", md_em(["emphasis"])],{:level=>4},[]) ],{},[]) *** Output of to_html ***

A title with emphasis

A title with emphasis

A title with emphasis

*** Output of to_latex *** \hypertarget{a_title_with_emphasis}{}\section*{{A title with \emph{emphasis}}}\label{a_title_with_emphasis}

\hypertarget{a_title_with_emphasis}{}\subsection*{{A title with \emph{emphasis}}}\label{a_title_with_emphasis}

\hypertarget{a_title_with_emphasis}{}\paragraph*{{A title with \emph{emphasis}}}\label{a_title_with_emphasis} *** Output of to_md *** A title with emphasisA title with emphasisA title with emphasis *** Output of to_s *** A title with emphasisA title with emphasisA title with emphasis *** EOF ***

OK!

*** Output of Markdown.pl ***

A title with emphasis

A title with emphasis

A title with emphasis

*** Output of Markdown.pl (parsed) ***

A title with emphasis

A title with emphasis

A title with emphasis