Fixed GH#30: Specifying empty definitions for a definition list now works Better fix for the output of closed/open elements Using the already defined tags for HTML elements without a body and better output for unknown elements. Fixed: Using a block IAL before a definition list now works Fixed problem with the output of empty i/b HTML tags Document fix of doc/quickref.page
13 lines
318 B
Makefile
13 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/12/17 14:29:27 taca Exp $
|
|
|
|
DISTNAME= kramdown-0.14.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kramdown.rubyforge.org/
|
|
COMMENT= Markdown-superset parser and converter
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|