forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: 2.1.0 Changes 2 minor change: Enable the use of extension gems in the kramdown binary through the new -x/--extension options (issue #569 by Ashwin Maroli) Allow using the Rouge plaintext lexer with the :guess_lang highlighting option (issue #572 and pull request #573 by Ashwin Maroli) 1 bug fix: Fix problem with frozen string when using a codespan inside a table (issue #571 by Matijs van Zuijlen) 2.0.0 Changes 3 major changes: Require at least Ruby 2.3 (fixes #557 by Matt Schreiber) Rouge is the new default syntax highlighter instead of Coderay Kramdown::Utils::OrderedHash has been removed in favor of Hash The following extension have been moved into their own repository and Rubygem: GFM parser PDF converter coderay syntax highlighter mathjaxnode math engine sskatex math engine katex math engine ritex math engine itex2mml math engine 4 minor changes: Allow HTML5 style attribute values without quotes for HTML parser (issue #522 and pull request #523 by Dan Allen) Guessing of the syntax highlighting language with rouge is now only performed if the guess_lang option is set Paragraphs with a single image can now be rendered as a <figure> element by specifying the standalone IAL reference (fixes issues #48 by Gilbert Townshend and #98 by Luca Barbato) Add option footnote_prefix for avoiding duplicate IDs when rendering multiple documents (fixes issue #483 by Peter Poole) 3 bug fixes: Add support for single backslash variant of hard line break to the (extracted) GFM parser (issue #519 and pull request #520 by Dan Allen) Don’t use the “plaintext” lexer of rouge Fix updating IAL references so that they get handled correctly
- Loading branch information
Showing
3 changed files
with
19 additions
and
125 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.21 2018/09/23 16:35:23 taca Exp $ | ||
# $NetBSD: Makefile,v 1.22 2019/10/05 04:34:02 ryoon Exp $ | ||
|
||
DISTNAME= kramdown-1.17.0 | ||
DISTNAME= kramdown-2.1.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,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.19 2018/09/23 16:35:23 taca Exp $ | ||
$NetBSD: distinfo,v 1.20 2019/10/05 04:34:02 ryoon Exp $ | ||
|
||
SHA1 (kramdown-1.17.0.gem) = 62e500a0790f47eb8d46ca749f7ad1ccdd6c55b8 | ||
RMD160 (kramdown-1.17.0.gem) = 13fe4949b52bfc950b0d7761a5fba231428bc86f | ||
SHA512 (kramdown-1.17.0.gem) = 0f98f4234dec41b53d7f116be1075176c7fcbf21621c6f52a9e5b4055a777b01f1a0a912be81a651e85df022e7bab3ac183ee66cd87abeae092cd1920aceff04 | ||
Size (kramdown-1.17.0.gem) = 260608 bytes | ||
SHA1 (kramdown-2.1.0.gem) = caa3e24ec1ea7d42f3bb17de84971d798da71f96 | ||
RMD160 (kramdown-2.1.0.gem) = f8d6c39653fad81514ff8603cbeecb629f05c7a4 | ||
SHA512 (kramdown-2.1.0.gem) = 86a2934218365c71ff4f99591cba3b49ddc5ee60a78fcd7bf1f72e86281cda7bbea3c67b1b7caca6c4b8ca6e5b62d4df25e85089db659c93bd4da4b1c8eada69 | ||
Size (kramdown-2.1.0.gem) = 119808 bytes |