build-type: Simple cabal-version: >=1.8 name: markdown2svg version: 0.0.1.8 stability: Experimental author: Yoshikuni Jujo maintainer: Yoshikuni Jujo license: BSD3 license-file: LICENSE category: Text synopsis: markdown to svg converter description: Usage: markdown2svg foo.md . Now. Implemented only following features. . paragraph, header, code, list . Not yet implemented following features. . newline, bold, quote, link, horizontal line source-repository head type: git location: git://github.com/YoshikuniJujo/markdown2svg.git source-repository this type: git location: git://github.com/YoshikuniJujo/markdown2svg.git tag: 0.0.1.8 executable markdown2svg hs-source-dirs: src main-is: markdown2svg.hs build-depends: base > 3 && < 5, yjsvg, papillon, filepath, monads-tf, markdown-pap ghc-options: -Wall other-modules: SVG, SepWords