-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.2.3 * Allow bare word attribute in fenced_divs (#84). This follows a similar change in pandoc (jgm/pandoc#7242). 0.2.2.1 * Fix commonmark-extensions to build with GHC 9.2 (#81, Joseph C. Sible). Currently --allow-newer is needed. 0.2.2 * Add footnote to gfmExtensions. Note that this also requires additional type constraints on gfmExtensions [API change]. 0.2.1.2 * Fix bug with absolute paths in rebase_relative_paths extension on Windows. 0.2.1.1 * Fix bug in wikilinks extensions. 0.2.1 * Add rebase_relative_paths extension. New exported module Commonmark.Extensions.RebaseRelativePaths [API change]. * Add wikilinks_title_before_pipe and wikilinks_title_after_pipe extensions (#69). New exported module Commonmark.Extensions.Wikilinks [API change].
- Loading branch information
1 parent
1924953
commit f12012e
Showing
4 changed files
with
20 additions
and
11 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
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,16 +1,17 @@ | ||
# $NetBSD: buildlink3.mk,v 1.3 2022/01/18 02:48:25 pho Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.4 2022/02/11 13:32:14 pho Exp $ | ||
|
||
BUILDLINK_TREE+= hs-commonmark-extensions | ||
|
||
.if !defined(HS_COMMONMARK_EXTENSIONS_BUILDLINK3_MK) | ||
HS_COMMONMARK_EXTENSIONS_BUILDLINK3_MK:= | ||
|
||
BUILDLINK_API_DEPENDS.hs-commonmark-extensions+= hs-commonmark-extensions>=0.2.0 | ||
BUILDLINK_ABI_DEPENDS.hs-commonmark-extensions+= hs-commonmark-extensions>=0.2.0.4nb2 | ||
BUILDLINK_API_DEPENDS.hs-commonmark-extensions+= hs-commonmark-extensions>=0.2.3 | ||
BUILDLINK_ABI_DEPENDS.hs-commonmark-extensions+= hs-commonmark-extensions>=0.2.3 | ||
BUILDLINK_PKGSRCDIR.hs-commonmark-extensions?= ../../textproc/hs-commonmark-extensions | ||
|
||
.include "../../textproc/hs-commonmark/buildlink3.mk" | ||
.include "../../converters/hs-emojis/buildlink3.mk" | ||
.include "../../net/hs-network-uri/buildlink3.mk" | ||
.endif # HS_COMMONMARK_EXTENSIONS_BUILDLINK3_MK | ||
|
||
BUILDLINK_TREE+= -hs-commonmark-extensions |
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.3 2021/10/26 11:21:59 nia Exp $ | ||
$NetBSD: distinfo,v 1.4 2022/02/11 13:32:14 pho Exp $ | ||
|
||
BLAKE2s (commonmark-extensions-0.2.0.4.tar.gz) = 36005b6be110865670724355c0a5b44da467aa58bf1f9d006b395b57e4d5187b | ||
SHA512 (commonmark-extensions-0.2.0.4.tar.gz) = 2e595dd6bfc582a783d42ae612a64917470b9fa737d9c445e83e30f7cf7500cd4d3ab5f254268cf9d7434dcd03bdaa88cd38bc4fc50d1423a2792e0d21ffe6e3 | ||
Size (commonmark-extensions-0.2.0.4.tar.gz) = 32043 bytes | ||
BLAKE2s (commonmark-extensions-0.2.3.tar.gz) = c7e1c9d5cf3364e3efebd04a8482c77a0f46a174fa9ba0a8e51186a34f05189d | ||
SHA512 (commonmark-extensions-0.2.3.tar.gz) = 6fec4a53c66c14d8b694934e6fa2ddcd7aa34128cc22c2f9ed38236f95e87a939b48e1ed5f41469a068a2cd923ba11ffee9669a2801aa4723d7185117b874be7 | ||
Size (commonmark-extensions-0.2.3.tar.gz) = 35947 bytes |