Alexander Voss
Alexander Voss
These are the changes that would be needed to integrate pylint as suggested in https://github.com/squidfunk/mkdocs-material/issues/6472 I accidentally also added a bump of ESLint to version 6.13.1. I saw dependabot suggest...
The numbering of footnotes follows the order in which the footnotes are defined rather than the order in which they are referenced in the document. This is somewhat surprising. To...
Hi, I am looking for a way to define `customTags` for `yaml-language-server`. I am editing `~/.local/share/vim-lsp-settings/settings.json` and have: ```json { "yaml-language-server": { "schemas": [ { "fileMatch": ["mkdocs.yaml", "mkdocs.yml"], "url": "file:///Users/avoss/src/mkdocs-material/mkdocs-material-fork/docs/schema.json"...
## Describe the bug I am using yaml-language-server via RedHat's [VSCode plugin](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) and whenever I put a number (like '7') into a comment that occurs at the beginning of the...
Dear @pwall567, thanks for this very useful tool (and its sibling projects!). I note from your comments on another issue that a rewrite is in progress. What I am wondering...
Changed the way that font information is extracted once downloaded from GF. This avoids creating a temporary file and so resolves the issue with `NamedTemporaryFile` on Windows (https://github.com/squidfunk/mkdocs-material/issues/7085) Tested this...
I have added the blog tutorial to a new branch as the old one got messy and I could not make sense of it. The tutorials page is under `docs/tutorials.md`...
Hi, I am working on a template for creating blogs using Material for MkDocs and as part of this would like to use the fact that the blog plugin can...
Hi, I am not sure if it is possible to add page numbers to the references and, if so, what the syntax would be? I tried [@favouriteAuthor2021xx p.123] but no...
As discussed, added `--force-reinstall` to the upgrade instructions for people who need the latest development version. This avoids the problem that `pip` might decide there is nothing to do based...