Method: RedClothForTex#fix_entities
- Defined in:
- lib/redcloth_for_tex.rb
#fix_entities(text) ⇒ Object
564 565 566 567 568 |
# File 'lib/redcloth_for_tex.rb', line 564 def fix_entities( text ) ## de-entify any remaining angle brackets or ampersands text.gsub!( "\&", "&" ) text.gsub!( "\%", "%" ) end |