We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a242510 commit fa24b11Copy full SHA for fa24b11
modules/markdown/sanitizer.go
@@ -3,7 +3,7 @@
3
// Use of this source code is governed by a MIT-style
4
// license that can be found in the LICENSE file.
5
6
-package markup
+package markdown
7
8
import (
9
"regexp"
modules/markdown/sanitizer_test.go
-package markup_test
"testing"
0 commit comments