pandoc-include-plus 0.1.1 → 0.1.2
raw patch · 2 files changed
+8/−7 lines, 2 filesnew-component:exe:pandoc-include-plusPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−0
- pandoc-include-plus.cabal +7/−7
CHANGELOG.md view
@@ -1,4 +1,5 @@ # Revision history for pandoc-include-ln +- 0.1.2 Fixed incorrect cabal file. - 0.1.1 Automatically adjust paths to images in included files. - 0.1.0 First version. Released on an unsuspecting world.
pandoc-include-plus.cabal view
@@ -1,13 +1,13 @@ cabal-version: 3.0 name: pandoc-include-plus-version: 0.1.1+version: 0.1.2 synopsis:- A pandoc filter that provides a Markdown extension to include files.+ Pandoc filter to include files, with image path and heading level adjustment. description: For more information and a tutorial on how to use this package,- please see the README at <https://github.com/mhwombat/pandoc-columns#readme>.-homepage: https://github.com/mhwombat/pandoc-columns-bug-reports: https://github.com/mhwombat/pandoc-columns/issues+ please see the README at <https://github.com/mhwombat/pandoc-include-plus#readme>.+homepage: https://codeberg.org/mhwombat/pandoc-include-plus+bug-reports: https://codeberg.org/mhwombat/pandoc-include-plus/issues license: BSD-3-Clause license-file: LICENSE author: Amy de Buitléir@@ -19,7 +19,7 @@ source-repository head type: git- location: https://github.com/mhwombat/pandoc-columns.git+ location: https://codeberg.org/mhwombat/pandoc-include-plus.git common common-stuff default-language: Haskell2010@@ -40,7 +40,7 @@ pandoc >= 2.19.2 && < 2.20, text -executable pandoc-columns+executable pandoc-include-plus import: common-stuff hs-source-dirs: app main-is: Main.hs