We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342adca commit 1a8c342Copy full SHA for 1a8c342
server/utils/readme.ts
@@ -198,7 +198,7 @@ function stripHtmlTags(text: string): string {
198
* - Remove special characters (keep alphanumeric, hyphens, underscores)
199
* - Collapse multiple hyphens
200
*/
201
-function slugify(text: string): string {
+export function slugify(text: string): string {
202
return stripHtmlTags(text)
203
.toLowerCase()
204
.trim()
0 commit comments