From 815d337a18385e14fa33e6dcebac196152b2a3d4 Mon Sep 17 00:00:00 2001 From: Andrey Marakulin Date: Sat, 18 Nov 2023 19:18:39 +0300 Subject: [PATCH] Fix help formatting --- src/answers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/answers.py b/src/answers.py index d9ea87f..b2c72dd 100644 --- a/src/answers.py +++ b/src/answers.py @@ -11,11 +11,11 @@ class Answers: ' directly from this chat. \nMore info in /help' help = 'For create an issue, mention me or call /issue and enter the title of the issue. ' \ 'If you want to provide a description, break the line after title and write a ' \ - 'description. See more in markdown guide: /md_guide\n\n**Examples how to call me:**' + 'description. See more in markdown guide: /md_guide\n\nExamples how to call me:' help_example = '/issue Just only title' help_example2 = '/issue Issue title\nText description of issue\n' help_example3 = '{} Issue title\nCall via mention, and long description with some code example:\n' \ - '```python\nimport bug\nbug.fix()```' + '```python\nimport bug\nbug.fix()\n```' no_title = 'After the mention, you need to enter the title of the issue. More in /help' markdown_guide_tg = 'Supported Telegram styling which will be properly converted to GitHub Markdown:' \ '\n\nitalic' \