Sha256: efaf5cc65087b206fbe261dfb910b2cd9cd181be02c9d07f686ddc5f4be018f6
Contents?: true
Size: 537 Bytes
Versions: 21
Compression:
Stored size: 537 Bytes
Contents
List of symbols supported by Maruku =================================== <?maruku MaRuKu::Out::Latex.need_entity_table 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
21 entries across 21 versions & 5 rubygems