carlos-jenkins / plantweb

Plantweb is a Python client for the PlantUML server -
https://plantweb.readthedocs.io/
Apache License 2.0
27 stars 15 forks source link

WIP: Sphinx Commonmark integration #18

Open fabianhauser opened 4 years ago

fabianhauser commented 4 years ago

In projects I'm currently working on, Sphinx is often configured to use recommonmark. It would be great to be able to create diagrams in Markdown, too.

This pull request implements this feature as Sphinx extension.

I have not yet implemented tests for this feature, as I first wanted to hear if you are interested to add this extension to plantweb at all 🙂