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 -o to specify a directory hierarchy #4

Closed ccrusius closed 1 year ago

ccrusius commented 8 years ago

In my application, the directory I need to specify with -o is two levels deep, and none of them exists when I call the filter. It would be nice if -o could behave as mkdir -p

ozkutuk commented 1 year ago

Looks like this issue and #5 was fixed by #6 some time ago, shall we close them? @byorgey