mirror of
https://github.com/42wim/matterbridge.git
synced 2026-05-26 18:32:10 +02:00
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.
linkify [](https://opensource.org/licenses/BSD-2-Clause) [](http://godoc.org/gitlab.com/golang-commonmark/linkify) [](https://gitlab.com/golang-commonmark/linkify/commits/master)
=======
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](https://gitlab.com/golang-commonmark/linkify/blob/master/linkify_example_test.go).