fix: Don't mutate the original Markdown config for permalinks #212
Conversation
This was a regression from #203. This ended up disabling permalinks outright for all docs.
Hmmm, |
|
0.14.0b1 also has that https://github.com/oprypin/mkdocstrings-regressions/runs/1639999217#step:6:908 |
|
1028115 is the first bad commit |
|
That PR adds and removes it from two other templates but not from attribute |
|
Yeah just found it, you beat me to it |
|
So, since the double tags come from another commit, this PR is OK to be merged! |
fd71a11
into
mkdocstrings:master
This was a regression from #203.
This ended up disabling permalinks outright for all docs.