A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gisce/markdown-blockdiag below:

gisce/markdown-blockdiag: blockdiag extension for Python Markdown

Markdown blockdiag

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4