Added in-built slugify function (removes github slugify dependecy)

This commit is contained in:
2026-02-10 16:18:54 +00:00
parent fe1bd6c25e
commit e2776e89ca
7 changed files with 728 additions and 19 deletions

View File

@@ -15,3 +15,4 @@ export(htmlRemoveClasses)
export(htmlReplaceBoxTitleLevel)
export(htmlSetMaxLength)
export(htmlSetMinLength)
export(htmlSlugify)