Sha256: e55aef9163d8c6c3806431123d44ffe6d14ceb904279dfb420ac40a4c092778b
Contents?: true
Size: 623 Bytes
Versions: 9
Compression:
Stored size: 623 Bytes
Contents
*** Parameters: *** {} *** Markdown input: *** Paragraph {:a} {:a: b} {:b: a} *** Output of inspect *** md_el(:document,[ md_par(["Paragraph"], [[:ref, "a"]]), md_el(:ald,[],{:ald=>[[:ref, "b"]],:ald_id=>"a"},[]), md_el(:ald,[],{:ald=>[[:ref, "a"]],:ald_id=>"b"},[]) ],{},[]) *** Output of to_html *** <p>Paragraph</p> *** Output of to_latex *** Paragraph *** Output of to_md *** Paragraph *** Output of to_s *** Paragraph *** EOF *** OK! *** Output of Markdown.pl *** <p>Paragraph {:a}</p> <p>{:a: b} {:b: a}</p> *** Output of Markdown.pl (parsed) *** <p>Paragraph {:a}</p ><p>{:a: b} {:b: a}</p >
Version data entries
9 entries across 9 versions & 1 rubygems