summaryrefslogtreecommitdiff
path: root/gen_md.py
diff options
context:
space:
mode:
authorrusinthread <rusinthread@cock.li>2017-01-06 20:26:47 +0300
committerrusinthread <rusinthread@cock.li>2017-01-06 20:26:47 +0300
commitf500a1300aa9c051bc1e83323ea4ffc2b6885389 (patch)
treecc0ae4127ecaa2c7bd34e485ff4793dd33380eef /gen_md.py
parent6d3cc3577be1b43860215a9cc0016783548e75cf (diff)
update md
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)