Skip to content

Instantly share code, notes, and snippets.

@cderv
Last active January 21, 2022 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cderv/de33e6171ff181d7cce7e7630a8b9935 to your computer and use it in GitHub Desktop.
Save cderv/de33e6171ff181d7cce7e7630a8b9935 to your computer and use it in GitHub Desktop.
Notes on Pandoc's version minimal requirements

Pandoc versions requirement

Lua filters

Pandoc.list support insert, remove, and sort

They are alias of

  • table.insert
  • table.remove
  • table.sort

Extensions

gfm_auto_identifiers

Change of behavior before

Semantically, gfm_auto_identifiers is now a modifier of auto_identifiers;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment