Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 796 Bytes

README.rst

File metadata and controls

50 lines (30 loc) · 796 Bytes

Markdown blockdiag

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

This is the blockdiag extension for Python Markdown

Install

$ pip install markdown-blockdiag

Use

In your markdown text you can define the block

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

Testing

$ pip install coverage
$ python setup.py test

MkDocs Integration

In your mkdocs.yml add this to markdown_extensions.

markdown_extensions:
  - markdown_blockdiag:
      format: svg