cmark

My personal build of CMark ✏️

fuzzing_dictionary (931B)

 1 asterisk="*"
 2 attr_generic=" a=\"1\""
 3 attr_href=" href=\"1\""
 4 attr_xml_lang=" xml:lang=\"1\""
 5 attr_xmlns=" xmlns=\"1\""
 6 backslash="\\"
 7 backtick="`"
 8 colon=":"
 9 dashes="---"
10 double_quote="\""
11 entity_builtin="<"
12 entity_decimal=""
13 entity_external="&a;"
14 entity_hex=""
15 equals="==="
16 exclamation="!"
17 greater_than=">"
18 hash="#"
19 hyphen="-"
20 indent="  "
21 left_bracket="["
22 left_paren="("
23 less_than="<"
24 plus="+"
25 right_bracket="]"
26 right_paren=")"
27 single_quote="'"
28 string_any="ANY"
29 string_brackets="[]"
30 string_cdata="CDATA"
31 string_dashes="--"
32 string_empty_dblquotes="\"\""
33 string_empty_quotes="''"
34 string_idrefs="IDREFS"
35 string_parentheses="()"
36 string_pcdata="#PCDATA"
37 tag_cdata="<![CDATA["
38 tag_close="</a>"
39 tag_doctype="<!DOCTYPE"
40 tag_element="<!ELEMENT"
41 tag_entity="<!ENTITY"
42 tag_notation="<!NOTATION"
43 tag_open="<a>"
44 tag_open_close="<a />"
45 tag_open_exclamation="<!"
46 tag_open_q="<?"
47 tag_sq2_close="]]>"
48 tag_xml_q="<?xml?>"
49 underscore="_"