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.
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.