(text: string)
| 211 | } |
| 212 | |
| 213 | function getHeadingSlugSource(text: string): string { |
| 214 | return stripHtmlTags(text).trim() |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | * Lazy ATX heading extension for marked: allows headings without a space after `#`. |
no test coverage detected