Updated Code snippets (markdown)

Bibo-Joshi 2020-02-18 12:32:30 +01:00
parent 7c688b9ce9
commit 76a1180c89

@ -173,7 +173,7 @@ entities = message.parse_entities()
``` ```
#### Telegram formatting to BBCode #### 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: Define parsing function:
```python ```python