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. |
||
---|---|---|
.. | ||
.gitlab-ci.yml | ||
LICENSE | ||
README.md | ||
charset.go | ||
email.go | ||
generated.go | ||
linkify.go | ||
url.go | ||
util.go |
README.md
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.