Sha256: d923440dba3d11f34a8deaaff3c3ccf6526c0140f1f8e7b14833925ea4cd7c85
Contents?: true
Size: 431 Bytes
Versions: 6
Compression:
Stored size: 431 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
Version data entries
6 entries across 6 versions & 2 rubygems