Exemplo n.º 1
0
Arquivo: blog.py Projeto: yhyan/www
 def markdown(self):
     return markdown(self.comment or '')
Exemplo n.º 2
0
 def markdown(self):
     return Markup(markdown(self.comment or ''))
Exemplo n.º 3
0
 def markdown(self):
     return markdown(self.comment or '')
Exemplo n.º 4
0
 def markdown(self):
     return Markup(markdown(self.comment or ''))