diff options
author | swills <swills@FreeBSD.org> | 2011-10-29 21:50:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-29 21:50:38 +0800 |
commit | b7da33fcaed6b5d27efefbdbb4345569c0c04d2c (patch) | |
tree | 11de92509806dc3741bb9afd0324b0d4314d50ff /textproc/Makefile | |
parent | 2f099b4040e64843ce9d17eb434e9a2ba6bdfa64 (diff) | |
download | freebsd-ports-gnome-b7da33fcaed6b5d27efefbdbb4345569c0c04d2c.tar.gz freebsd-ports-gnome-b7da33fcaed6b5d27efefbdbb4345569c0c04d2c.tar.zst freebsd-ports-gnome-b7da33fcaed6b5d27efefbdbb4345569c0c04d2c.zip |
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
syntax definition and supporting several common extensions.
WWW: http://kramdown.rubyforge.org/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9f6060ec19c4..1ee906d26c16 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1224,6 +1224,7 @@ SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml + SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid |