Text and Markup
Plaintext markup
By default, Pushy will use plain text markup for your notifications, i.e. any Markdown or HTML formatting will be discarded and the notification text will be delivered as-is.
HTML markup
You can use html
formatting mode to give your notifications a nicer look with HTML-like formatting scheme. For example, a notification with following content:
html
<b>Hello from Pushy!</b>
<i>Just a reminder...</i>
You can subscribe and share a link to our
<a href="//t.me/PushyTG">official channel</a> :-)
In html
formatting mode will look like this:
INFO
Hello from Pushy!
Just a reminder...
You can subscribe and share a link to our official channel 😃
Note: only a subset of HTML tags is supported, please refer to the specification.
Code formatting
Alternatively, choose code
formatting to display the notification in monospace font, handy for code or logs.