lib/hemingway/text/text.treetop in hemingway-0.0.3 vs lib/hemingway/text/text.treetop in hemingway-1.0.0
- old
+ new
@@ -26,10 +26,10 @@
( !non_text . )+ <TextNode>
end
# If you hit any of these while chomping on text you should pop out
rule non_text
- escape / tag_end / math_start / newline
+ escape / tag_end / math_start / newline / override
end
end
end
\ No newline at end of file