Sha256: abfe4f73ea10ebb36826d5d9bc2e90dfe7d28397d7bc660537dff4a7b45fd8bb

Contents?: true

Size: 468 Bytes

Versions: 9

Compression:

Stored size: 468 Bytes

Contents

*** Parameters: ***
{}
*** Markdown input: ***
{a}: a
{:b: a}

*** Output of inspect ***
md_el(:document,[
	md_el(:ald,[],{:ald=>[[:ref, "a"]],:ald_id=>"a"},[]),
	md_el(:ald,[],{:ald=>[[:ref, "a"]],:ald_id=>"b"},[])
],{},[])
*** Output of to_html ***

*** Output of to_latex ***

*** Output of to_md ***

*** Output of to_s ***

*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>{a}: a
{:b: a}</p>

*** Output of Markdown.pl (parsed) ***
<p>{a}: a
{:b: a}</p
 >

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
maruku-0.5.3 tests/unittest/attributes/att2.md
maruku-0.4.2.1 tests/unittest/attributes/att2.md
maruku-0.5.0 tests/unittest/attributes/att2.md
maruku-0.5.1 tests/unittest/attributes/att2.md
maruku-0.5.2 tests/unittest/attributes/att2.md
maruku-0.4.2 tests/unittest/attributes/att2.md
maruku-0.5.4 tests/unittest/attributes/att2.md
maruku-0.5.6 tests/unittest/attributes/att2.md
maruku-0.5.5 tests/unittest/attributes/att2.md