def render_content(self, obj): content = super().render_content(obj) if content: return Markup(markdown(content)) return content or ''