Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gisce/markdown-blockdiag

blockdiag extension for Python Markdown
https://github.com/gisce/markdown-blockdiag

blockdiag diagram documentation hacktoberfest markdown mkdocs

Last synced: about 1 month ago
JSON representation

blockdiag extension for Python Markdown

Awesome Lists containing this project

README

        

Markdown blockdiag
==================

.. image:: https://travis-ci.org/gisce/markdown-blockdiag.svg?branch=master
:target: https://travis-ci.org/gisce/markdown-blockdiag

This is the `blockdiag `_
extension for `Python Markdown `_

Install
-------

.. code-block::

$ pip install markdown-blockdiag

Use
---

In your markdown text you can define the block

.. code-block::

blockdiag {
A -> B -> C -> D;
A -> E -> F -> G;
}

Testing
-------

.. code-block::

$ pip install coverage
$ python setup.py test

MkDocs Integration
------------------

In your mkdocs.yml add this to markdown_extensions.

.. code-block::

markdown_extensions:
- markdown_blockdiag:
format: svg