Method: RedClothForTex#fold
- Defined in:
- lib/redcloth_for_tex.rb
#fold(text) ⇒ Object
366 367 368 369 |
# File 'lib/redcloth_for_tex.rb', line 366 def fold( text ) text.gsub!( /(.+)\n(?![#*\s|])/, "\\1\\\\\\\\" ) # text.gsub!( /(.+)\n(?![#*\s|])/, "\\1#{ @fold_lines ? ' ' : '<br />' }" ) end |