pandoc/data
Kolen Cheung ed2ab2e2b0
HTML template: load header-includes before math ()
MathJax expect the config comes before loading the MathJax script.
This change of order allows one to config MathJax via header-includes,
which loads before the MathJax script.

This potentially is a breaking change.

However, the only kind math supported by pandoc that is configurable
seems to be katex, and according to src/Text/Pandoc/Writers/HTML.hs
the way it is configured is hard-coded (katex doesn't seem to offer
MathJax style config that is independent of loading katex.)
So it seems it is safe to change this order without breaking
others' documents.

c.f. 
2022-01-13 20:31:32 -08:00
..
docx docx writer settings.xml: 2021-05-15 11:04:53 -07:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt Update default ODT style 2021-02-19 10:18:49 -08:00
pptx Change reference.pptx to use 16:9 aspect ratio. 2022-01-02 14:58:55 -08:00
templates HTML template: load header-includes before math () 2022-01-13 20:31:32 -08:00
translations Add translations zh-Hans.yaml and zh-Hant.yaml 2020-12-02 21:00:57 -08:00
abbreviations Additional abbreviations 2018-11-20 15:42:24 -05:00
bash_completion.tpl Update bash_completion.tpl 2021-11-03 14:58:30 -07:00
creole.lua Custom reader: pass list of sources instead of concatenated text 2021-12-11 08:59:11 -08:00
default.csl Update default CSL to use latest chicago-author-date.csl. 2021-01-10 12:52:50 -08:00
epub.css epub.css: Fix cover page selectors and add note explaining their use. () 2020-08-30 15:12:12 -07:00
init.lua Lua filters: load module pandoc before calling init.lua () 2019-02-09 13:56:49 -08:00
sample.lua Various sample.lua editorial fixes. () 2021-08-12 10:16:34 -07:00