mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 10:46:33 +00:00
If you use a custom syntax definition that refers to a syntax you haven't loaded, pandoc will now complain when it is highlighting the text, rather than at the start. This saves a huge performance hit from the `missingIncludes` check. Closes #4226.