Method: RedClothForTex#fold_lines

Defined in:
lib/redcloth_for_tex.rb

#fold_linesObject

Accessor for toggling line folding.

If :fold_lines is set, single newlines will not be converted to break tags.



187
188
189
# File 'lib/redcloth_for_tex.rb', line 187

def fold_lines
  @fold_lines
end