Example #1
0
File: blog.py Project: yhyan/www
 def markdown(self):
     return markdown(self.comment or '')
Example #2
0
 def markdown(self):
     return Markup(markdown(self.comment or ''))
Example #3
0
 def markdown(self):
     return markdown(self.comment or '')
Example #4
0
 def markdown(self):
     return Markup(markdown(self.comment or ''))