forked from lug/matterbridge
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.
This commit is contained in:
12
vendor/gitlab.com/golang-commonmark/linkify/README.md
generated
vendored
Normal file
12
vendor/gitlab.com/golang-commonmark/linkify/README.md
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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).
|
||||
Reference in New Issue
Block a user