HTML checker is code complete, needs a pass for documentation

This commit is contained in:
2025-11-02 23:08:40 -07:00
parent f6ed77923c
commit 4f9cdde1f2
6 changed files with 885 additions and 56 deletions
+4
View File
@@ -26,6 +26,10 @@ type markupData struct {
rescan bool
}
func (md *markupData) all() string {
return md.beginMarkup + md.text + md.endMarkup
}
// rewriterServices is an interface that provides services to rewriters.
type rewriterServices interface {
rewriterAttrValue(string) string