markdown2svg-0.0.1.21: markdown2svg.cabal
build-type: Simple
cabal-version: >=1.8
name: markdown2svg
version: 0.0.1.21
stability: Experimental
author: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
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, image
.
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.21
executable markdown2svg
hs-source-dirs: src
main-is: markdown2svg.hs
build-depends:
base > 3 && < 5, yjsvg, papillon, filepath, monads-tf, markdown-pap,
binary-file, png-file, directory
ghc-options: -Wall
other-modules: SVG, SepWords, Image, Image.PNG, Image.JPG, Image.SVG