max-heller / mdbook-pandoc

A mdbook backend powered by Pandoc.
Apache License 2.0
97 stars 7 forks source link

feat: allow overriding source format and extensions through Pandoc's `from` option #98

Closed max-heller closed 2 months ago

max-heller commented 2 months ago

If from is set in a profile, respect the format and extensions it implies. For example, if from = commonmark-gfm_auto_identifiers, mdbook-pandoc will disable gfm_auto_identifiers event if it otherwise would have enabled it. Fixes #97