name: pandoc-stylefrommeta version: 0.4.0.0 synopsis: Pandoc filter to customize links, images and paragraphs description: Pandoc filter to customize links, images and paragraphs (with restrictions). Styles are read from the metadata of the document: they may reside inside the document or in a separate YAML file. homepage: http://github.com/lyokha/styleFromMeta license: BSD3 license-file: LICENSE extra-doc-files: Changelog.md README.md author: Alexey Radkov maintainer: Alexey Radkov stability: stable copyright: 2016-2024 Alexey Radkov category: Text build-type: Simple cabal-version: 1.20 source-repository head type: git location: https://github.com/lyokha/styleFromMeta.git executable styleFromMeta default-language: Haskell2010 build-depends: base >= 4.9 && < 5 , pandoc >= 2.8 , pandoc-types >= 1.20 , containers >= 0.2 , bytestring , text ghc-options: -Wall main-is: styleFromMeta.hs