facelessuser / PyMdown

CLI batch markdown converter/previewer. Wrapped around Python's Markdown Package and Pygments.
MIT License
5 stars 9 forks source link

flowchart and sequence diagram changes #25

Closed facelessuser closed 10 years ago

facelessuser commented 10 years ago

I am thinking I may require fences to use uml-flow and uml-sequence for the languages.

I am also thinking I may want to add a flag to the markdown object signifying that a flow or sequence diagram was found. That way we can selectively load the Javascript prerequisites.

facelessuser commented 10 years ago

Scratch the flag and see #26 which I feel makes things simple enough. For now I am going to leave names as they are, I may make the language configurable in the future. I may even split UML back out of superfences since now superfences has been reworked to allow external extensions to add custom language blocks.