Geoffrey McGill
Geoffrey McGill
> WARNING: [docs/extras/support.md:31] Consider revising URL "../navs" to a proper input path. To remove the warning, you can revise your link to the following: ```md // Existing [navs extra](../navs) //...
The second warning is generated because you are linking to a Panel generated anchor, but with the current release, Retype does not know how to resolve those Panel anchor links....
Please add the following to your projects `retype.yml` file: ```yml generator: trailingSlash: false ``` Hope this helps.
I was able to reproduce with your live site. There is something strange happening with how the paths to the static resources are being emitted. I'll need to run some...
Sorry, but I've lost track of where your public repo for this content is located. Can you share a link to the repo again?
Yes, there appears to be an issue with how the paths are being resolved for the static resources when `trailingSlash: false` is set in the project `retype.yml` file. For now,...
Sounds like a performance issue is happening in the browser. I tried your live website and running locally, although was not able to reproduce the issue. _Theoretically_, the slide open...
> or does it not matter? Doesn't matter. Just personal preference. I will continue test and see if I can isolate what is causing the node expand issue.
I think this scenario will be possible to support with the release of Retype v3.0, which will be the next release. At the moment, we do not have a scheduled...
Thanks for letting us know. We do not have an automated process for updating the Mermaid library, so this was missed in the recent releases. I will ensure the Mermaid...