bold works ok, internal tags aren't parsed and shown as is b>
bold
italic
italic
inline fixed-width code
pre-formatted fixed-width code block
URL
Mention by username
Mention by user id
Pre tags can have a language attribute
```
You can also use normal markdown, note that to create mentions you must use the `mention:` syntax like in html:
```
[Mention by username](mention:@danogentili)
[Mention by user id](mention:186785362)
```
MadelineProto supports all html entities supported by [html_entity_decode](http://php.net/manual/en/function.html-entity-decode.php).