Metadata-Version: 1.0
Name: pandoc-include
Version: 0.1.1
Summary: Panflute filter to allow file includes
Home-page: https://github.com/DCsunset/pandoc-include
Author: DCsunset
Author-email: DCsunset@protonmail.com
License: MIT
Description: pandoc-include
        ==============
        
        Pandoc filter to allow file includes.
        
        The filter script is originally from `User Guide for
        Panflute <http://scorreia.com/software/panflute/guide.html#using-the-included-batteries>`__.
        This repository is to provide a simple way to install and use it.
        
        Installation
        ------------
        
        Use pip to install:
        
        ::
        
           pip install pandoc-include
        
        Usage
        -----
        
        Each include statement has its own line and has the syntax:
        
        ::
        
           $include ../somefolder/somefile
        
        Each include statement must be in its own paragraph. That is, in its own
        line and separated by blank lines.
        
        If no extension was given, “.md” is assumed.
        
        License
        -------
        
        MIT License
        
Platform: UNKNOWN
