module documentation

NL2BR Extension =============== A Python-Markdown extension to treat newlines as hard breaks; like GitHub-flavored Markdown does. See <https://Python-Markdown.github.io/extensions/nl2br> for documentation. Oringinal code Copyright 2011 [Brian Neal](https://deathofagremmie.com/) All changes Copyright 2011-2014 The Python Markdown Project License: [BSD](https://opensource.org/licenses/bsd-license.php)

Class Nl2BrExtension Undocumented
Function makeExtension Undocumented
Constant BR_RE Undocumented
def makeExtension(**kwargs): (source)

Undocumented

BR_RE: str = (source)

Undocumented

Value
'\\n'