Beispiel #1
0
 def strikethrough(self, text):
     return attr(text, "strikethru")
Beispiel #2
0
 def emphasis(self, text):
     return attr(text, "italic")
Beispiel #3
0
 def underscore(self, text):
     return attr(text, "underscore")
Beispiel #4
0
 def double_emphasis(self, text):
     return attr(text, "bold")