@@ -849,8 +849,8 @@ def __init__(self, parser, tree):
849
849
("plaintext" ,self .startTagPlaintext ),
850
850
(headingElements , self .startTagHeading ),
851
851
("a" , self .startTagA ),
852
- (("b" , "big" , "em" , "font" , "i" , "s" , "small" , "strike" , "strong" ,
853
- "tt" , "u" ),self .startTagFormatting ),
852
+ (("b" , "big" , "code" , " em" , "font" , "i" , "s" , "small" , "strike" ,
853
+ "strong" , " tt" , "u" ),self .startTagFormatting ),
854
854
("nobr" , self .startTagNobr ),
855
855
("button" , self .startTagButton ),
856
856
(("applet" , "marquee" , "object" ), self .startTagAppletMarqueeObject ),
@@ -887,7 +887,7 @@ def __init__(self, parser, tree):
887
887
("p" ,self .endTagP ),
888
888
(("dd" , "dt" , "li" ), self .endTagListItem ),
889
889
(headingElements , self .endTagHeading ),
890
- (("a" , "b" , "big" , "em" , "font" , "i" , "nobr" , "s" , "small" ,
890
+ (("a" , "b" , "big" , "code" , " em" , "font" , "i" , "nobr" , "s" , "small" ,
891
891
"strike" , "strong" , "tt" , "u" ), self .endTagFormatting ),
892
892
(("applet" , "button" , "marquee" , "object" ), self .endTagAppletButtonMarqueeObject ),
893
893
("br" , self .endTagBr ),
0 commit comments