Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variants of pandoc renderer and compiler for items #1020

Merged
merged 1 commit into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Add variants of pandoc renderer and compiler for items

    Add renderPandocItemWithTransformM and pandocItemCompilerWithTransformM,
    which work like the respective functions without the `item' infix, but
    the transformation function is an Item Pandoc -> Item Pandoc instead of
    just a Pandoc -> Pandoc. This allows one to more seamlessly compose
    functions that do require the extra information that an item provides,
    like bibliographic transformations.
    slotThe committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c2026bb View commit details
    Browse the repository at this point in the history