244cd5644b
* Bumped version to 1.16. * Added Attr field to Link and Image. * Added `common_link_attributes` extension. * Updated readers for link attributes. * Updated writers for link attributes. * Updated tests * Updated stack.yaml to build against unreleased versions of pandoc-types and texmath. * Fixed various compiler warnings. Closes #261. TODO: * Relative (percentage) image widths in docx writer. * ODT/OpenDocument writer (untested, same issue about percentage widths). * Update pandoc-citeproc.
19 lines
431 B
YAML
19 lines
431 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
https: true
|
|
embed_data_files: false
|
|
old-locale: false
|
|
network-uri: true
|
|
packages:
|
|
- '.'
|
|
- location:
|
|
git: 'https://github.com/jgm/pandoc-types'
|
|
commit: c64eb383dce64396290aa815351ddb6e43cb6b0f
|
|
extra-dep: true
|
|
- location:
|
|
git: 'https://github.com/jgm/texmath'
|
|
commit: a716e9b5d8c1634847db2c1119e60836634569bf
|
|
extra-dep: true
|
|
extra-deps: []
|
|
resolver: lts-3.13
|