set_preserve_whitespace


Description:

public void set_preserve_whitespace (bool preserve_whitespace)

Consecutive paragraph whitespace (space, tabs, newlines) is automatically combined into a single space character.

This renders the paragraphs in the form that HTML uses. If you need the original whitespace that the markdown author wrote then set this to false.

Parameters:

this

a MarkdownParser.

preserve_whitespace

true if the parse should keep paragraph whitespace intact.