From 76a1180c89fdd5e8f261a7e673ac4f237db82448 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Tue, 18 Feb 2020 12:32:30 +0100 Subject: [PATCH] Updated Code snippets (markdown) --- Code-snippets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-snippets.md b/Code-snippets.md index d23bf00..cf2f5d4 100644 --- a/Code-snippets.md +++ b/Code-snippets.md @@ -173,7 +173,7 @@ entities = message.parse_entities() ``` #### Telegram formatting to BBCode -This is an example how to use entities to convert Telegram formatting to BBCode. +This is an example how to use entities to convert Telegram formatting to BBCode. In the current version it does *not* support nested entities. Define parsing function: ```python