Sha256: 5f92f81a6ccd66d03ef303711d2c225e0cd6c91c89fd39724107a5bd932b47c5
Contents?: true
Size: 498 Bytes
Versions: 3
Compression:
Stored size: 498 Bytes
Contents
List of symbols supported by Maruku =================================== <?maruku all = [] ENTITY_TABLE.each do |k, e| if k.kind_of? String all << (h=md_code("&#{e.html_entity};")) << " " << md_entity(e.html_entity) << " (" << (l=md_code(e.latex_string)) << ") \n" << md_entity('nbsp')<<md_entity('nbsp')<<md_entity('nbsp') h.attributes[:code_background_color] = '#eef' l.attributes[:code_background_color] = '#ffe' end end @doc.children.push md_par(all) ?>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.4.1 | docs/entity_test.md |
maruku-0.4.2 | docs/entity_test.md |
maruku-0.4.2.1 | docs/entity_test.md |