mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
Instead rely on the markdown writer with appropriate extensions. Export writeCommonMark variant from Markdown writer. This changes a few small things in rendering markdown, e.g. w/r/t requiring backslashes before spaces inside super/subscripts.
20 lines
506 B
Plaintext
20 lines
506 B
Plaintext
packages: pandoc.cabal
|
|
|
|
package pandoc
|
|
flags: +embed_data_files -trypandoc
|
|
ghc-options: -j +RTS -A64m -RTS
|
|
|
|
package pandoc-citeproc
|
|
flags: +embed_data_files +bibutils -unicode_collation -test_citeproc -debug
|
|
ghc-options: -j +RTS -A64m -RTS
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/jgm/pandoc-citeproc
|
|
tag: 0.17.0.1
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/jgm/commonmark-hs
|
|
tag: 8d4442abc443ce0100cc87af797e7df9a72b9b9a
|