Sha256: dfa337f38863935e844c20f9a9abbc8fd65ea70842ecc32bd0667a7dfcd4abbd

Contents?: true

Size: 667 Bytes

Versions: 3

Compression:

Stored size: 667 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) ***
Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maruku-0.5.9 tests/unittest/attributes/circular.md
maruku-0.5.7 tests/unittest/attributes/circular.md
maruku-0.5.8 tests/unittest/attributes/circular.md