@@ -56,6 +56,7 @@ function compiler(options) {
5656 codeFencedFenceMeta : buffer ,
5757 codeIndented : opener ( codeFlow , buffer ) ,
5858 codeText : opener ( codeText , buffer ) ,
59+ codeTextData : onenterdata ,
5960 data : onenterdata ,
6061 codeFlowValue : onenterdata ,
6162 definition : opener ( definition ) ,
@@ -66,7 +67,9 @@ function compiler(options) {
6667 hardBreakEscape : opener ( hardBreak ) ,
6768 hardBreakTrailing : opener ( hardBreak ) ,
6869 htmlFlow : opener ( html , buffer ) ,
70+ htmlFlowData : onenterdata ,
6971 htmlText : opener ( html , buffer ) ,
72+ htmlTextData : onenterdata ,
7073 image : opener ( image , onenterimage ) ,
7174 link : opener ( link ) ,
7275 listItem : opener ( listItem ) ,
@@ -100,6 +103,7 @@ function compiler(options) {
100103 codeFlowValue : onexitdata ,
101104 codeIndented : closer ( onexitcodeindented ) ,
102105 codeText : closer ( onexitcodetext ) ,
106+ codeTextData : onexitdata ,
103107 data : onexitdata ,
104108 definition : closer ( ) ,
105109 definitionDestinationString : onexitdefinitiondestinationstring ,
@@ -109,7 +113,9 @@ function compiler(options) {
109113 hardBreakEscape : closer ( onexithardbreak ) ,
110114 hardBreakTrailing : closer ( onexithardbreak ) ,
111115 htmlFlow : closer ( onexithtmlflow ) ,
116+ htmlFlowData : onexitdata ,
112117 htmlText : closer ( onexithtmltext ) ,
118+ htmlTextData : onexitdata ,
113119 image : closer ( onexitimage ) ,
114120 label : onexitlabel ,
115121 labelText : onexitlabeltext ,
0 commit comments