mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-02-05 13:06:16 +00:00
![Wim](/assets/img/avatar_default.png)
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
![Pipeline status](https://gitlab.com/golang-commonmark/linkify/badges/master/pipeline.svg)
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.