forked from lug/matterbridge
		
	 04567c765e
			
		
	
	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.
		
			
				
	
	
	
		
			674 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			674 B
		
	
	
	
	
	
	
	
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.