-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cmark-upstream to github/cmark-gfm@c8dcdc7
- Loading branch information
1 parent
bbb49db
commit 2eb8ca8
Showing
13 changed files
with
80 additions
and
183 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
Submodule cmark-upstream
updated
16 files
+0 −6 | extensions/table.c | |
+1 −0 | fuzz/CMakeLists.txt | |
+6 −1 | fuzz/fuzz_quadratic.c | |
+110 −0 | fuzz/fuzz_quadratic_brackets.c | |
+23 −108 | src/blocks.c | |
+11 −10 | src/cmark-gfm.h | |
+1 −2 | src/commonmark.c | |
+1 −2 | src/man.c | |
+26 −1 | src/node.c | |
+4 −5 | src/node.h | |
+0 −39 | src/parser.h | |
+1 −2 | src/plaintext.c | |
+11 −2 | src/render.c | |
+0 −1 | src/render.h | |
+1 −4 | src/syntax_extension.c | |
+1 −2 | test/regression.txt |
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
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
Oops, something went wrong.