danielloader / markdown-toolkit

A python library for creating and manipulating markdown.

Home Page:https://danielloader.github.io/markdown-toolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Toolkit



A python library for creating and manipulating markdown with an object oriented interface.

Tests Package version Supported Python versions

This library is split into two aims:

  • Generation of markdown with python to create documents or fragments of documents.
  • Injection of static text, file contents, or dynamically generated markdown into existing documents.

WARNING: This library hasn't reached API stability, when it does it'll be bumped to version 1.0.0. Until then, make sure you pin your library versions.

Documentation can be found at the project documentation site.

License

This project is licenced under the terms of the MIT license.

About

A python library for creating and manipulating markdown.

https://danielloader.github.io/markdown-toolkit/

License:MIT License


Languages

Language:Python 98.3%Language:Dockerfile 1.7%