summaryrefslogtreecommitdiff
path: root/gen_md.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen_md.py')
-rwxr-xr-xgen_md.py4
1 files changed, 2 insertions, 2 deletions
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)