We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great to add some rich content to the messages. Preferable html or some markdown. I would like to attach images inside the messages.
BTW: Is there a possibility to send EOL character in the message when using cUrl?
The text was updated successfully, but these errors were encountered:
I've created gotify/server#129 for this.
Is there a possibility to send EOL character in the message when using cUrl?
Yeah, this should be possible with a linebreak.
$ curl -X POST "gotify.net/message?token=<token>" -F "title=t" -F "message=my message new line" -F "priority=5"
(there is a real linebreak in this example)
Sorry, something went wrong.
@pm-pm I hope this will be possible when markdown will be implemented.
No branches or pull requests
Would be great to add some rich content to the messages. Preferable html or some markdown. I would like to attach images inside the messages.
BTW: Is there a possibility to send EOL character in the message when using cUrl?
The text was updated successfully, but these errors were encountered: