Paulo Alexandre Regis
Paulo Alexandre Regis
Thanks, I didn't noticed it there! well, releases as they are right now it's only the npm packages, but I myself am not using node. I was looking for the...
For reference, I just found this action that might be a good fit: https://github.com/marketplace/actions/upload-files-to-a-github-release
> I'm using the latest version of SvelteKit, and the only thing I had to do was to downgrade to `rehype-katex@5`, `remark-math@2`, and `unist-util-visit@2`. Using both `$` and `$$` works...
That didn't work. But my workaround is to just subdivide those files into sub folders and use workspace settings instead. I know md files have that front-matter with some settings...
Just wanted to bump this issue up. I'd be happy to help with documenting. Or at least a "Getting started" type of guide. But I can't figure it out for...
Alright, I tried my best, I submitted a PR. I apologize, I never "squashed" commits before.
How can I go about using a callable? I wanted to upload something like `/tmp/{user.id}/`
@jowilf looks like the version of `mkdocstring` needs attention. I did some digging and found this https://github.com/mkdocstrings/autorefs/issues/57 Either adding this to the `mkdoc.yaml`: ```yaml - autorefs: resolve_closest: false` ``` or...