Example #1
0
def filter_content(entry):
    return twyntax.parse(force_text(entry.content))
Example #2
0
def filter_content(entry):
    return twyntax.parse(entry.content, type="identica")
Example #3
0
def filter_content(entry):
    return twyntax.parse(entry.content, type='identica')
Example #4
0
def filter_content(entry):
    return twyntax.parse(force_text(entry.content))