Пример #1
0
def comment_html(comment):
    return get_formatted_question_html(comment, True, False, True)
Пример #2
0
def answer_html(line):
    return get_formatted_question_html(line, True, True, False)