hello, I just published a new library, but I think the namespace name of is causing trouble to CljDoc: https://cljdoc.org/d/com.wsscode/edn-json/1.0.0/api/com.wsscode.edn%3C-%3Ejson
not loading on the site, my guess is because the namespace contains <->
in the middle of it
I don't see any generated content in the main part of the page for that namespace, so it's not a rendering error per se... looks like cljdoc just wasn't able to lift the def/docstrings out of the ns?
Although it has managed to find them to provide navigation here: https://cljdoc.org/d/com.wsscode/edn-json/1.0.0/api/com
Might be that weโre not properly decoding URL params? Please open an issue if you donโt mind ๐