def build_styled_text(self):
     return rt.SingleStyledText(self.text, style='error')
Exemplo n.º 2
0
 def parse(self):
     return rt.SingleStyledText(self.text, style='error')
Exemplo n.º 3
0
 def build_styled_text(self):
     return rt.SingleStyledText(self.text, style='monospaced')
Exemplo n.º 4
0
 def build_styled_text(self):
     return rt.SingleStyledText(self.text, style='title reference')
Exemplo n.º 5
0
 def build_styled_text(self):
     return rt.SingleStyledText(self.text, style='strong')
Exemplo n.º 6
0
 def build_styled_text(self):
     return rt.SingleStyledText(self.text, style='emphasis')