Skip to content

blockdiag extension for Python Markdown

License

Notifications You must be signed in to change notification settings

gisce/markdown-blockdiag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown blockdiag

image

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