Commit be44e38
committed
Fix incorrect help anchors with special characters
The collector regex removed all non alphanumerical characters which
worked fine if there was also a space next to them, as in the next step
it converted one or more spaces to dash.
If however this extra character such as a : was directly embedded in the
word this produced a different result compared to how markdown works.
Now we replace all special characters with space, and space gets
replaced with dash1 parent 5516708 commit be44e38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments