manymanymany-varia-websites/plugins/gist_directive
2018-02-01 14:46:15 +01:00
..
__init__.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
gist_directive.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
README.rst adding the 2 submodules again 2018-02-01 14:46:15 +01:00

Pelican ``gist_directive`` plugin
=================================

This plugin adds a ``gist`` reStructuredText directive. Eg::

   .. gist:: ionelmc/eb11afbcca187bad5273 setup.py python
   
It will download (with cache) and include the gist contents in the document.

.. note::

    It also supports embedding content from github directly.
    
    Example, to include ``https://raw.githubusercontent.com/ionelmc/cookiecutter-pylibrary/master/%7B%7Bcookiecutter.repo_name%7D%7D/setup.py``::
    
        .. github:: ionelmc/cookiecutter-pylibrary master/{{cookiecutter.repo_name}}/setup.py