oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

How to set MarkdownExtension? #56

Closed flosse closed 5 months ago

flosse commented 5 months ago

I want to add the argument -f markdown-implicit_figures and I found it but I don't know how to apply this :thinking:

oli-obk commented 5 months ago

I haven't used this crate in years. I don't know how to do what you are looking for either, but feel free to add support for it. I'll merge it and publish an update

oli-obk commented 5 months ago

Maybe https://docs.rs/pandoc/latest/pandoc/struct.Pandoc.html#method.set_input_format is what you are looking for?

flosse commented 5 months ago

Maybe https://docs.rs/pandoc/latest/pandoc/struct.Pandoc.html#method.set_input_format is what you are looking for?

@oli-obk Thank you :pray: That's exactly what I was looking for :relaxed: