method

change_verbatim_blank_lines

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