- Commit
- 055b9ea293dbd965219bcaae8e67658ade5bfe09
- Parent
- cef66d42f91d934ce8bd058cd7c76b87f78628a7
- Author
- Asherah Connor <ashe@kivikakk.ee>
- Date
define whitespace per spec
My personal build of CMark ✏️
define whitespace per spec
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | src/cmark_ctype.c | 2 | 1 | 1 |
diff --git a/src/cmark_ctype.c b/src/cmark_ctype.c @@ -6,7 +6,7 @@ */ static const uint8_t cmark_ctype_class[256] = { /* 0 1 2 3 4 5 6 7 8 9 a b c d e f */ - /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, + /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, /* 1 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 2 */ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 3 */ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2,