Metadata-Version: 2.1
Name: nr.markdown
Version: 1.0.4
Summary: Extends the misaka Markdown parser and renderer for some nifty features.
Home-page: https://git.niklasrosenstein.com/NiklasRosenstein/nr-python-libs
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
License: MIT
Description: # nr.markdown
        
        Extends the [misaka][] Markdown library for a couple of extensions.
        
        * `inside-html`: Support Markdown inside HTML tags. Enabled by default
        * `smartypants`: Automatically apply `misaka.smartypants()` on the input
          Markdown. Enabled by default
        * `pygments`: Highlight code blocks with Pygments.
        * `url-transform`: Transform links and image URLs with a callback function.
          Enabled by default, but only actually does something if the
          `url_transform_callback` option is set
        * `toc`: Generates a table of contents while rendering, but does not actually
          render a TOC into the output. The generated TOC data structure can be
          accessed via the `Markdown.toc` attribute. Enabled by default
        
        [misaka]: https://github.com/FSX/misaka
        
        ---
        
        <p align="center">Copyright &copy; 2020 Niklas Rosenstein</p>
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
