package markdown import ( "bytes" "testing" "github.com/gomarkdown/markdown/html" ) func TestEsc(t *testing.T) { t.Parallel() tests := []string{ "abc", "abc", "a&c", "a&c", "<", "<", "[]:<", "[]:<", "Hello