Metadata-Version: 1.1
Name: Markdown-No-Lazy-BlockQuote-Extension
Version: 0.2
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
Description: Markdown No Lazy BlockQuote Extension
        -------------------------------------
        
        .. image:: https://img.shields.io/travis/atodorov/Markdown-No-Lazy-BlockQuote-Extension/master.svg
           :target: https://travis-ci.org/atodorov/Markdown-No-Lazy-BlockQuote-Extension
           :alt: Build status
        
        
        .. 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
        
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
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
