All Projects → gisce → markdown-blockdiag

gisce / markdown-blockdiag

Licence: MIT license
blockdiag extension for Python Markdown

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to markdown-blockdiag

docs
Source for documentation site
Stars: ✭ 73 (+217.39%)
Mutual labels:  mkdocs
markdown-fenced-code-tabs
Generates tabs for consecutive markdown code blocks
Stars: ✭ 46 (+100%)
Mutual labels:  mkdocs
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+852.17%)
Mutual labels:  mkdocs
drawerd
DrawERD for rails.
Stars: ✭ 19 (-17.39%)
Mutual labels:  diagram
navio2-docs
No description or website provided.
Stars: ✭ 36 (+56.52%)
Mutual labels:  mkdocs
mkdocs-table-reader-plugin
MkDocs plugin that adds a {{ read_csv('table.csv') }} markdown tag to directly insert CSV files as a table into a page.
Stars: ✭ 60 (+160.87%)
Mutual labels:  mkdocs
C4-PlantumlSkin
This library provides skinning to create C4 diagrams using PlantUml
Stars: ✭ 74 (+221.74%)
Mutual labels:  diagram
privacyguides.org
Protect your data against global mass surveillance programs.
Stars: ✭ 1,316 (+5621.74%)
Mutual labels:  mkdocs
DrawRacket4Me
DrawRacket4Me draws trees and graphs from your code, making it easier to check if the structure is what you wanted.
Stars: ✭ 43 (+86.96%)
Mutual labels:  diagram
mkdocs-redirects
Open source plugin for Mkdocs page redirects
Stars: ✭ 90 (+291.3%)
Mutual labels:  mkdocs
plantuml2mysql
This utility parses PlantUML class diagram and generates SQL DDL for MySQL
Stars: ✭ 110 (+378.26%)
Mutual labels:  diagram
dragonfly-dag
完全支持Vue3和Vitejs的DAG流程图组件
Stars: ✭ 54 (+134.78%)
Mutual labels:  diagram
glsp-examples
Example diagram editors built with Eclipse GLSP
Stars: ✭ 28 (+21.74%)
Mutual labels:  diagram
mkdocs-drawio-exporter
Exports your Draw.io diagrams at build time for easier embedding into your documentation
Stars: ✭ 50 (+117.39%)
Mutual labels:  mkdocs
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+195.65%)
Mutual labels:  mkdocs
mkdocs-rss-plugin
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
Stars: ✭ 43 (+86.96%)
Mutual labels:  mkdocs
pipelineRD
A chain of responsability pattern implementation in .NET that supports retry policy, sync and async steps, rollback, pipeline recovery by cache and visual documentation using diagrams.
Stars: ✭ 19 (-17.39%)
Mutual labels:  diagram
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+326.09%)
Mutual labels:  mkdocs
docs
The documentation for Firefly III
Stars: ✭ 30 (+30.43%)
Mutual labels:  mkdocs
bpmn
BPMN diagrams in R
Stars: ✭ 16 (-30.43%)
Mutual labels:  diagram

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].