Exemple #1
0
 def markdown(self):
     return markdown(self.comment or '')
Exemple #2
0
 def markdown(self):
     return Markup(markdown(self.comment or ''))
Exemple #3
0
 def markdown(self):
     return markdown(self.comment or '')
Exemple #4
0
 def markdown(self):
     return Markup(markdown(self.comment or ''))