work/tests for reconstruction string'

This commit is contained in:
Ryan Fleury
2021-09-17 01:06:57 -06:00
parent 4a8f470149
commit 1b31e6f41d
3 changed files with 90 additions and 16 deletions
+1
View File
@@ -506,6 +506,7 @@ enum
{
MD_NodeMatchFlag_Tags = (1<<16),
MD_NodeMatchFlag_TagArguments = (1<<17),
MD_NodeMatchFlag_NodeFlags = (1<<18),
};
typedef struct MD_DecodedCodepoint MD_DecodedCodepoint;