Differences From
Artifact [d0eba8f9ef]:
109 109
110 110 <context name='span-del' attribute='Deleted Text' lineEndContext='#pop'>
111 111 <IncludeRules context='span'/>
112 112 </context>
113 113
114 114 <context name='span-cue' attribute='Span Cue' lineEndContext='#pop' fallthroughContext="error">
115 115 <StringDetect attribute='Span Cue' String='`\' context='#pop!flat-span' />
116 + <StringDetect attribute='Span Cue' String='\\' context='#pop!flat-span' />
116 117
117 118 <DetectChar attribute='Span Cue' char='!' context='#pop!span-emph' />
118 119 <DetectChar attribute='Span Cue' char='*' context='#pop!span-strong' />
119 120 <DetectChar attribute='Span Cue' char='~' context='#pop!span-del' />
120 121
121 122 <AnyChar attribute='Span Cue' String='`$+🔒' context='#pop!span' />
122 123 <StringDetect attribute='Span Cue' String='→' context='#pop!ref' />
................................................................................
129 130 <DetectChar attribute='Span Cue' char='\' context='#pop!flat-span' />
130 131 <Detect2Chars attribute='Comment' char='%' char1='%' context='#pop!inline-comment' />
131 132 <Detect2Chars attribute='Critical Directive Cue' char='%' char1='!' context='#pop!inline-directive' />
132 133 <DetectChar attribute='Directive Cue' char='%' context='#pop!inline-directive' />
133 134 </context>
134 135
135 136 <context name='flat-span' attribute='Unstyled Text' lineEndContext='#pop'>
137 + <DetectChar attribute='Unstyled Text' context='flat-span' char='['/>
136 138 <Detect2Chars attribute='Escaped Char' context='#stay' char='\' char1=']'/>
137 139 <DetectChar attribute='Span Delimiter' context='#pop' char=']'/>
138 140 </context>
139 141
140 142 <context name='inline-comment' attribute='Comment' lineEndContext='#pop'>
141 143 <IncludeRules context='flat-span'/>
142 144 </context>