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