You are reading a single comment by @Velocio and its replies.
Click here to read the full conversation.
-
At least it's not me being totally inept this time.
No, this is me.
Or at least https://git.dee.kitchen/buro9/microcosm/src/branch/main/models/link_process.go#L224
It's this: https://github.com/mccutchen/urlresolver
Which calls this: https://github.com/PuerkitoBio/purell
Somewhere in there... something is causing two bugs:
- the path / folder parts of links are being lower cased when they should not be.
- the # fragment is being removed when it should not be.
will investigate later.
- the path / folder parts of links are being lower cased when they should not be.
ha, well there you go! I kept copy/pasting and posting and just couldn't figure out why it wouldn't work. At least it's not me being totally inept this time.