Skip to main content

svgbob extension for Python Markdown

Project description

markdown-svgbob

This is an extension for Python Markdown which renders diagrams using svgbob.

You can try it out using the Svgbob Editor.

Project/Repo:

MIT License Supported Python Versions PyCalVer v201905.0007-beta PyPI Version PyPI Downloads

Code Quality/CI:

Build Status Type Checked with mypy Code Coverage Code Style: sjfmt

Name role since until
Manuel Barkhau (mbarkhau@gmail.com) author/maintainer 2019-04 -

Install

$ pip install markdown-svgbob

This package includes the following binaries:

  • svgbob_0.4.1_x86_64-Darwin
  • svgbob_0.4.1_x86_64-Linux
  • svgbob_0.4.1_x86_64-Windows

If you are on another platform, or want to use a more recent version of svgbob_cli, you will need to install rust and then svgbob via cargo.

$ curl https://sh.rustup.rs -sSf | sh   # see https://rustup.rs/
$ cargo install svgbob_cli

This extension will always use the installed version of svgbob if it is available.

Usage

In your markdown text you can define the block:

```bob
         .---.
    /-o-/--
 .-/ / /->
( *  \/
 '-.  \
    \ /
     '
```

The info string bob is chosen to match spongedown.

Development/Testing

$ git clone https://gitlab.com/mbarkhau/markdown-svgbob
$ cd markdown-svgbob
$ make install
$ make lint mypy test

MkDocs Integration

In your mkdocs.yml add this to markdown_extensions.

markdown_extensions:
  - markdown_svgbob:
      tag_type: inline_svg
      bg_color: white
      fg_color: black

Valid options for tag_type are inline_svg (the default), img_utf8_svg and img_base64_svg.

Changelog for https://gitlab.com/mbarkhau/markdown-svgbob

v201905.0007-beta

  • Add: bg_color and fg_color options

v201905.0006-beta

  • Fix: better error reporting
  • Fix: cleanup temp dir

v201904.0004-beta

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markdown-svgbob-201905.7b0.tar.gz (2.9 MB view details)

Uploaded Source

Built Distribution

markdown_svgbob-201905.7b0-py2.py3-none-any.whl (3.5 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file markdown-svgbob-201905.7b0.tar.gz.

File metadata

  • Download URL: markdown-svgbob-201905.7b0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for markdown-svgbob-201905.7b0.tar.gz
Algorithm Hash digest
SHA256 fea7dd61be443662ce6831637080a67d62f8daced2a2b462681e716d6c0837e3
MD5 e26ef8142b7a13b8624e239f66f2d8a3
BLAKE2b-256 cc20d4496e17fcbe138957a7a5b24058eb9416c6388b5f3817226feb50c9eb03

See more details on using hashes here.

File details

Details for the file markdown_svgbob-201905.7b0-py2.py3-none-any.whl.

File metadata

  • Download URL: markdown_svgbob-201905.7b0-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for markdown_svgbob-201905.7b0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a7e892c20f0936ce70960be15cd149a37081a385101ee051d260591f09b94add
MD5 02d2d0500f979d5b39e514dddb5cdb23
BLAKE2b-256 bf65a551af797cee800eddd8e4ceb61c965c9b50f518834d313ab377cff41f79

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page