Ejemplo n.º 1
0
 def colorize_codeblock(self, s):
     text = HTMLDoctestColorizer.colorize_codeblock(self, s)
     text = self.strong_re.sub(self.sub_strong_line, text)
     return text