documentation pass done, ready to use the HTML Checker in other code

This commit is contained in:
2025-11-03 15:20:41 -07:00
parent 4f9cdde1f2
commit 1ba02f37e9
7 changed files with 255 additions and 132 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ type EmoticonConfig struct {
emos map[string]*EmoticonDef
}
// emoticonRewriter is the implementation of rewriter in this file
// emoticonRewriter is the implementation of rewriter in this file.
type emoticonRewriter struct {
config *EmoticonConfig
prefixChars []byte