mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
The module provides functions and types for format spec parsing and processing. The function `parseFormatSpec` was moved from Text.Pandoc.Extensions to the new module and renamed to `parseFlavoredFormat`. It now operates in a PandocMonad and is based on the updated types.