forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kramdown 1.9.0 released This release contains some minor updates and bug fixes. Changes * 3 minor changes: - The Rouge syntax highlighter can now be enabled/disabled for spans and/or blocks and options can now be set for both spans and blocks as well as only for spans or only for blocks (fixes #286, requested by Raphael R.) - Setting the ‘footnote_backlink’ option to an empty string now completely suppresses footnotes (fixes #270, requested by Kyle Barbour) - New converter HashAST for creating a hash from the internal tree structure (fixes #275, pull request by Hector Correa) * 1 bug fix: - When using the ‘hard_wrap’ option for the GFM parser, line numbers were lost (fixes #274, pull request by Marek Tuchowski) Published on Saturday, 04 July 2015
- Loading branch information
taca
committed
Oct 4, 2015
1 parent
0205089
commit 3e0e2a8
Showing
3 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.11 2015/09/13 15:21:30 taca Exp $ | ||
# $NetBSD: Makefile,v 1.12 2015/10/04 13:32:49 taca Exp $ | ||
|
||
DISTNAME= kramdown-1.8.0 | ||
DISTNAME= kramdown-1.9.0 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.11 2015/09/13 15:21:30 taca Exp $ | ||
$NetBSD: distinfo,v 1.12 2015/10/04 13:32:49 taca Exp $ | ||
|
||
SHA1 (kramdown-1.8.0.gem) = 1bb4eccd2fcf1b51c3aa7b9611da5ee1a5b6899c | ||
RMD160 (kramdown-1.8.0.gem) = 3c7efe578b945e0cd5711287b7857765a7d117c1 | ||
Size (kramdown-1.8.0.gem) = 238080 bytes | ||
SHA1 (kramdown-1.9.0.gem) = 34b7b8201f48a955c026fd065b8740ba41a56863 | ||
RMD160 (kramdown-1.9.0.gem) = b871ffc7b485eebb92053244971c4aa19b214b46 | ||
Size (kramdown-1.9.0.gem) = 238592 bytes |