-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring in plaintext strikethrough rendering fix (#74)
* introduce failing test * bring in latest cmark-gfm
- Loading branch information
Ashe Connor
authored
Aug 10, 2018
1 parent
ed2a9e7
commit 0b92e55
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
Submodule cmark-upstream
updated
from 4057e9 to 1b1f90
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,8 +1,8 @@ | ||
#ifndef CMARK_VERSION_H | ||
#define CMARK_VERSION_H | ||
|
||
#define CMARK_VERSION ((0 << 24) | (28 << 16) | (3 << 8) | 12) | ||
#define CMARK_VERSION_STRING "0.28.3.gfm.12" | ||
#define CMARK_GFM_VERSION 12 | ||
#define CMARK_VERSION ((0 << 24) | (28 << 16) | (3 << 8) | 14) | ||
#define CMARK_VERSION_STRING "0.28.3.gfm.14" | ||
#define CMARK_GFM_VERSION 14 | ||
|
||
#endif |
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