@@ -56,6 +56,7 @@ function compiler(options) {
56
56
codeFencedFenceMeta : buffer ,
57
57
codeIndented : opener ( codeFlow , buffer ) ,
58
58
codeText : opener ( codeText , buffer ) ,
59
+ codeTextData : onenterdata ,
59
60
data : onenterdata ,
60
61
codeFlowValue : onenterdata ,
61
62
definition : opener ( definition ) ,
@@ -66,7 +67,9 @@ function compiler(options) {
66
67
hardBreakEscape : opener ( hardBreak ) ,
67
68
hardBreakTrailing : opener ( hardBreak ) ,
68
69
htmlFlow : opener ( html , buffer ) ,
70
+ htmlFlowData : onenterdata ,
69
71
htmlText : opener ( html , buffer ) ,
72
+ htmlTextData : onenterdata ,
70
73
image : opener ( image , onenterimage ) ,
71
74
link : opener ( link ) ,
72
75
listItem : opener ( listItem ) ,
@@ -100,6 +103,7 @@ function compiler(options) {
100
103
codeFlowValue : onexitdata ,
101
104
codeIndented : closer ( onexitcodeindented ) ,
102
105
codeText : closer ( onexitcodetext ) ,
106
+ codeTextData : onexitdata ,
103
107
data : onexitdata ,
104
108
definition : closer ( ) ,
105
109
definitionDestinationString : onexitdefinitiondestinationstring ,
@@ -109,7 +113,9 @@ function compiler(options) {
109
113
hardBreakEscape : closer ( onexithardbreak ) ,
110
114
hardBreakTrailing : closer ( onexithardbreak ) ,
111
115
htmlFlow : closer ( onexithtmlflow ) ,
116
+ htmlFlowData : onexitdata ,
112
117
htmlText : closer ( onexithtmltext ) ,
118
+ htmlTextData : onexitdata ,
113
119
image : closer ( onexitimage ) ,
114
120
label : onexitlabel ,
115
121
labelText : onexitlabeltext ,
0 commit comments