def markdown(self): return Markup(markdown(self.description or ''))
def markdown(self): return Markup(markdown(self.comment or ''))