Skip to content

cssho/markdown-blockdiag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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

About

blockdiag extension for Python Markdown

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%