oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

Add escape hatches #48

Closed ncfavier closed 1 year ago

ncfavier commented 1 year ago

Adds a few missing formats and extensions, and, most importantly, generic ways to use formats, extensions and command-line arguments not yet supported by the crate.

oli-obk commented 1 year ago

I think we should still keep the enum nonexhaustive, so we can add more explicit variants later

ncfavier commented 1 year ago

Fair

oli-obk commented 1 year ago

Thanks!

ncfavier commented 1 year ago

Thanks! If you could publish a new release, that would be awesome

oli-obk commented 1 year ago

Yea, i'll do that likely tomorrow. Can't do it from my phone ^^

oli-obk commented 1 year ago

Published as 0.8.10

ncfavier commented 1 year ago

Thanks!