def markdown(conn, data, title, main_num): curs = conn.cursor() plus_data = '' backlink = [] return [ '
' + data + '
', plus_data, backlink ]