def filter_content(entry): return twyntax.parse(force_text(entry.content))
def filter_content(entry): return twyntax.parse(entry.content, type="identica")
def filter_content(entry): return twyntax.parse(entry.content, type='identica')