name: pandoc-stylefrommeta
version: 0.2.0.0
synopsis: Pandoc filter to customize links, images and paragraphs
description: Pandoc filter to customize links, images and paragraphs
(with restrictions) in HTML and LaTeX formats. 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-source-files: Changelog.md README.md
author: Alexey Radkov <alexey.radkov@gmail.com>
maintainer: Alexey Radkov <alexey.radkov@gmail.com>
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
, text
, bytestring
extensions: CPP
main-is: styleFromMeta.hs