clean links

This commit is contained in:
2026-07-29 02:09:00 +07:00
parent d1b263fa78
commit 33d0fb526f
3 changed files with 25 additions and 2 deletions
@@ -2,4 +2,5 @@ package storytelling
type ICleaner interface {
ClearCode(code string) string
ClearText(text string) string
}