1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

added plaintext fallback for markdown

This commit is contained in:
Fedor Katurov 2021-05-27 12:27:13 +07:00
parent 1b0a1f20d5
commit ef4794a33f
8 changed files with 161 additions and 68 deletions

View file

@ -19,5 +19,7 @@
--}}
{{#ifEq type 'suggest'}}Предложка:{{/ifEq}}
{{text}}
{{#if user}}[{{user.first_name}} {{user.last_name}}](https://vk.com/id{{user.id}}){{/if}}
{{{text}}}
{{#if user}}
— [{{user.first_name}} {{user.last_name}}](https://vk.com/id{{user.id}}){{/if}}