示例#1
0
def markdown_code(txt):
    return markdown_pygment(txt)
示例#2
0
def markdown_comment(txt):
    return markdown_pygment(txt, stripimg=True)