(text: string)
| 207 | } |
| 208 | |
| 209 | function getHeadingPlainText(text: string): string { |
| 210 | return decodeHtmlEntities(stripHtmlTags(text).trim()) |
| 211 | } |
| 212 | |
| 213 | function getHeadingSlugSource(text: string): string { |
| 214 | return stripHtmlTags(text).trim() |
no test coverage detected