Skip to content

Markdown failed with special chars

The given example gives the following output:

go run md.go 
<p>“Test”
Test</p>

I would expact to see Test three times in the output.

md.go