Flowdock
method

change_verbatim_blank_lines

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: SM::LineCollection

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

change_verbatim_blank_lines() private

If you have:

normal paragraph text.

   this is code

   and more code

You’ll end up with the fragments Paragraph, BlankLine, Verbatim, BlankLine, Verbatim, BlankLine, etc

The BlankLine in the middle of the verbatim chunk needs to be changed to a real verbatim newline, and the two verbatim blocks merged

Show source
Register or log in to add new notes.