forked from gjtorikian/commonmarker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applied patch from commonmark/cmark#298
- Loading branch information
Sandra Tatarevićová
committed
Apr 8, 2020
1 parent
beecac3
commit 8e1a5b8
Showing
6 changed files
with
157 additions
and
10 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,4 +1,4 @@ | ||
[submodule "ext/commonmarker/cmark-upstream"] | ||
path = ext/commonmarker/cmark-upstream | ||
url = https://github.com/github/cmark-gfm.git | ||
url = https://github.com/orchitech/cmark-gfm.git | ||
ignore = dirty |
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
Submodule cmark-upstream
updated
5 files
+348 −1 | api_test/main.c | |
+70 −2 | src/blocks.c | |
+5 −0 | src/buffer.c | |
+10 −0 | src/buffer.h | |
+70 −6 | src/inlines.c |
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