From 99cf15b56eb561dc30def86ad7e3cd97af4c338c Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 8 Aug 2018 06:13:04 -0400 Subject: Update serverside markdown parser to respect unicode and capitalized links (#9235) --- utils/markdown/html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/markdown/html.go') diff --git a/utils/markdown/html.go b/utils/markdown/html.go index 1a857afed..afb72bff3 100644 --- a/utils/markdown/html.go +++ b/utils/markdown/html.go @@ -157,7 +157,7 @@ func RenderInlineHTML(inline Inline) (result string) { } result += "" case *Autolink: - result += `` + result += `` for _, inline := range v.Children { result += RenderInlineHTML(inline) } -- cgit v1.2.3-1-g7c22