diagrams / diagrams-pandoc

A pandoc filter to express diagrams inline using the haskell EDSL diagrams.
BSD 3-Clause "New" or "Revised" License
37 stars 9 forks source link

Allow the specification of an output size #5

Closed ccrusius closed 1 year ago

ccrusius commented 8 years ago

In my setup I have to create many diagrams, each with a different size. It would be nice to be able to specify that from the diagram code itself somehow. A command-line switch would not help, because there are many diagrams in a single markdown document, and each needs a different size.

ozkutuk commented 1 year ago

Fixed by #6