示例#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))