name: pandoc-stylefrommeta version: 0.1.1.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. See details . homepage: http://github.com/lyokha/styleFromMeta license: BSD3 license-file: LICENSE extra-source-files: Changelog.md README.md author: Alexey Radkov maintainer: Alexey Radkov copyright: 2016-2017 Alexey Radkov category: Text build-type: Simple cabal-version: >= 1.8 executable styleFromMeta build-depends: base >= 4.7 && < 5 , pandoc >= 1.12 , pandoc-types >= 1.12 , containers >= 0.2 , MissingH >= 1.0.0 , HaTeX >= 3.3 extensions: CPP main-is: styleFromMeta.hs