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

Version Path
maruku-0.7.3 docs/entity_test.md
bai-maruku-0.5.9 docs/entity_test.md
remi-maruku-0.5.9 docs/entity_test.md
maruku-0.7.2 docs/entity_test.md
maruku-0.7.1 docs/entity_test.md
maruku-0.7.0 docs/entity_test.md
maruku-0.7.0.beta1 docs/entity_test.md
maruku-0.6.1 docs/entity_test.md
patcito-maruku-0.6.0 docs/entity_test.md
vanity-1.7.1 vendor/ruby/1.9.1/gems/maruku-0.6.0/docs/entity_test.md
maruku-0.5.1 docs/entity_test.md
maruku-0.5.2 docs/entity_test.md
maruku-0.5.0 docs/entity_test.md
maruku-0.5.3 docs/entity_test.md
maruku-0.5.4 docs/entity_test.md
maruku-0.5.5 docs/entity_test.md
maruku-0.5.6 docs/entity_test.md
maruku-0.6.0 docs/entity_test.md
maruku-0.5.9 docs/entity_test.md
maruku-0.5.7 docs/entity_test.md