Metadata-Version: 2.2
Name: Markdown-No-Lazy-BlockQuote-Extension
Version: 0.3
Summary: Disable lazy blockquotes for Markdown.
Home-page: https://github.com/atodorov/Markdown-No-Lazy-BlockQuote-Extension
Author: Alexander Todorov
Author-email: atodorov@nospam.otb.bg
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Email :: Filters
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML
License-File: LICENSE
Requires-Dist: Markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Markdown No Lazy BlockQuote Extension
-------------------------------------

.. image:: https://pypip.in/download/Markdown-No-Lazy-BlockQuote-Extension/badge.png
    :target: https://pypi.python.org/pypi/Markdown-No-Lazy-BlockQuote-Extension/
    :alt: Downloads


This is Markdown extension which disables lazy blockquotes. By default if you have
blockquotes separated by a newline Markdown will render them as one. This extension
allows blockquotes separated by newline to be rendered separately.

To see this in action checkout:
http://atodorov.org/blog/2014/03/04/how-do-you-test-fonts/

To make use of this extension:

    md = Markdown(extensions=['nlbqx.nlbqx'])


Contributing
============

Source code and issue tracker are at https://github.com/atodorov/Markdown-No-Lazy-BlockQuote-Extension
