8b147201a2
Changes * 1 minor change: - Added a converter that extracts the TOC of a document (requested by Brendan Hay). Note that this is only useful if you use kramdown as a library! * 7 bug fixes - Fixed a typo: It should be --output and not --ouput (patch by postmodern) - Fixed HTML converter to correctly output empty span tags (patch by John Croisant) - Fixed bug RF#29350: Parsing of HTML tags with mismatched case now works - Fixed bug RF#29426: Content of style tags is treated as raw text now - HTML converter now uses rel instead of rev to be HTML5 compatible (patch by Joe Fiorini) - Fixed Ruby 1.9.3 related warnings - Fixed HTML parser to work around an implementation change of Array#delete_if in Ruby 1.9.3
13 lines
318 B
Makefile
13 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/12/17 06:25:16 taca Exp $
|
|
|
|
DISTNAME= kramdown-0.13.4
|
|
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"
|