Commit 6637bcf
authored
fix: strip apostrophes and backticks in slug generation (#1478)
- If a section contains an apostroph or backtick, jumping to it will not work
- Example: ```Creating SPM's `Package.swift` File``` must be made to `creating-spms-packageswift-file`1 parent ca46e70 commit 6637bcf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments