From f500a1300aa9c051bc1e83323ea4ffc2b6885389 Mon Sep 17 00:00:00 2001 From: rusinthread Date: Fri, 6 Jan 2017 20:26:47 +0300 Subject: update md --- gen_md.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen_md.py') diff --git a/gen_md.py b/gen_md.py index 88b5423..5d9e0ee 100755 --- a/gen_md.py +++ b/gen_md.py @@ -71,8 +71,8 @@ def main(): else: post_buf += '\n\n' - post_buf += '**Шифровка (тип %d)**: `%s`\n\n' % (cipher_type, post['text']) - post_buf += '**Расшифровка:** `%s`' % decoded_text + post_buf += '**Шифровка (тип %d)**: \n> %s\n\n' % (cipher_type, post['text']) + post_buf += '**Расшифровка:**\n> %s' % decoded_text buf.append(post_buf) -- cgit v1.2.3