mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-06 09:34:13 +01: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.