diff options
| author | John MacFarlane <[email protected]> | 2021-05-24 10:17:37 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-05-26 09:53:00 -0700 |
| commit | 26b060dd48eee8cc4dfda2b34cf0f68feba3f7b4 (patch) | |
| tree | 8237616df6322c87550dd898f8a5ed5d74e597d6 /pandoc.cabal | |
| parent | e0a1f7d2cfa1b18210ea13e0aa03747e6c76e5c5 (diff) | |
Add `rebase_relative_paths` extension.rebase-relative-paths-extension
- Add manual entry for (non-default) extension
`rebase_relative_paths`.
- Add constructor `Ext_rebase_relative_paths` to `Extensions`
in Text.Pandoc.Extensions [API change]. When enabled, this
extension rewrites relative image and link paths by prepending
the (relative) directory of the containing file.
- Make Markdown reader sensitive to the new extension.
- Add tests for #3752.
Closes #3752.
NB. currently the extension applies to markdown and associated
readers but not commonmark/gfm.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c74df3e69..c8343d16e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -214,6 +214,10 @@ extra-source-files: test/command/C.txt test/command/D.txt test/command/01.csv + test/command/chap1/spider.png + test/command/chap2/spider.png + test/command/chap1/text.md + test/command/chap2/text.md test/command/defaults1.yaml test/command/defaults2.yaml test/command/defaults3.yaml |
