Reputation: 61
Is it possible to format a Slack notification template in Travis, in order to use bold, italic and links?
Upvotes: 0
Views: 698
Reputation: 358
Have you tried using slack emphasis (basically it is like markdown) text? Try surrounding words in ** like *so* for bold.
*bold* will show as bold
_itaic_ will show as italic
~strikethrough~ will show as strikethrough
>will indent a line
>>> will indent multiple paragraphs
Source: https://get.slack.help/hc/en-us/articles/202288908-Format-your-messages
As for links refer to: https://api.slack.com/docs/message-formatting
Upvotes: 1