mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 08:29:25 +01:00
04567c765e
This uses our own gomatrix lib with the SendHTML function which adds HTML to formatted_body in matrix. golang-commonmark is used to convert markdown into valid HTML.
674 B
674 B
linkify
Package linkify provides a way to find what looks like links in plain text.
Install
go get -u gitlab.com/golang-commonmark/linkify
Use
See an example.