in some projects we document our code with plantuml diagrams embedded in markdown. To assist the creation of theses diagrams we use an atom editor extension which does live preview of plantuml.
To extend our workflow - the whole documentation is done with sphinx - we would like to have an extension mechanism in recommonmark to hook in a custom code block language transformer.
This pull request shows an implementation we are currently using in our fork of recommonmark. Maybe this code could be merged into upstream.
Hi,
in some projects we document our code with plantuml diagrams embedded in markdown. To assist the creation of theses diagrams we use an atom editor extension which does live preview of plantuml.
To extend our workflow - the whole documentation is done with sphinx - we would like to have an extension mechanism in recommonmark to hook in a custom code block language transformer.
This pull request shows an implementation we are currently using in our fork of recommonmark. Maybe this code could be merged into upstream.
Best regards, Martin