-
-
Notifications
You must be signed in to change notification settings - Fork 152
Markdown
Eric Trenkel edited this page Jun 27, 2022
·
1 revision
You can use the following markdown syntax for the config messages:
*bold \*text*
_italic \*text_
__underline__
~strikethrough~
||spoiler||
*bold _italic bold ~italic bold strikethrough ||italic bold strikethrough spoiler||~ __underline italic bold___ bold*
[inline URL](http://www.example.com/)
[inline mention of a user](tg://user?id=123456789)
`inline fixed-width code`
```
pre-formatted fixed-width code block
```
```python
pre-formatted fixed-width code block written in the Python programming language
```
see more here