set_preserve_whitespace
Description:
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 | |
preserve_whitespace |
true if the parse should keep paragraph whitespace intact. |