instiki/vendor/plugins/maruku/spec/block_docs/notyet/header_after_par.md
Jacques Distler 13a522525c REXML is dead. Long live Nokogiri.
Modify Maruku to use Nokogiri instead of REXML.
Produces a 3-fold speedup in the #to_html method.
2011-08-11 20:36:44 -05:00

998 B

Write a comment abouth the test here. *** Parameters: *** {:title=>"header"} *** Markdown input: *** Paragraph

header

Paragraph header

Paragraph header

*** Output of inspect *** md_el(:document,[ md_par(["Paragraph"]), md_el(:header,["header"],{:level=>3},[]), md_par(["Paragraph"]), md_el(:header,["header"],{:level=>2},[]), md_par(["Paragraph"]), md_el(:header,["header"],{:level=>1},[]) ],{},[]) *** Output of to_html ***

Paragraph

header

Paragraph

header

Paragraph

header

*** Output of to_latex *** Paragraph

\hypertarget{header_1}{}\subsubsection*{{header}}\label{header_1}

Paragraph

\hypertarget{header_2}{}\subsection*{{header}}\label{header_2}

Paragraph

\hypertarget{header_3}{}\section*{{header}}\label{header_3} *** Output of to_md *** Paragraph

headerParagraph

headerParagraph

header *** Output of to_s *** ParagraphheaderParagraphheaderParagraphheader