MarkdownBlankLine

A markdown extension that enables you to add blank lines


License
Apache-2.0
Install
pip install MarkdownBlankLine==0.1.3

Documentation

markdown.blankline
==================

Blank line extension for Markdown.

This extension adds the syntax for an user to add a blank line. This can be in the middle of a text block. 
Just type %% and it will add a <br>. This is especially useful for adding blank lines on their own.

! This might create unforeseen <br>'s  with the nl2br extension. As you will get double new lines.

Install through pip:

$ pip install MarkdownBlankLine