mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Pretty up Slack formatting. * Normalize spaces by turning every instance of two or more spaces into one space. * Allow for custom URL links even when strip_tags() is in effect by transformaing "standard" markdown syntax into Slack link markdown after strip_tags() is run. * Document the changes to the Slack transport. While here, flesh out the Slack docs to match the configuration options one currently sees in the transport. * Use backticks to escape things from markdown rendering. * We don't need this other escaping now. * Fix custom link due to line break. * Fix spelling typo. --------- Co-authored-by: Joe Clarke <jclarke@cisco.com>