mkdocs-plugins
mkdocs-plugins copied to clipboard
Plugins for MkDocs.
I'm using card grids both as a "big link button" and for an image gallery (along with glightbox). I've basically used your stylesheet and hand-rolled the pages. In my own...
Hi. I'm using `mkdocs-plugins` and `mkdocs-material` to build my personal blog. Thanks for your work, these plugins really help a lot. However, once when I was trying to put a...
We're retrying this plugin with a single spec file (draft PR is here: https://github.com/n8n-io/n8n-docs/pull/818) Trying to serve locally, I'm getting: ``` ERROR - Error reading page 'api\api-reference-3.md': OpenAPIV3DocumentationHandler.__init__() got an...
Hi, I hope someone reads this. I realized that the images used in the Neoteroi grid cards do not have any default alt text nor is there an option to...
The following will fail: ```md ::spantable:: | Foo | Bar | | --- | --- | | Baz | `|` | ::end-spantable:: ``` One hack is to store temporary replace...
Hi I was trying to set the background color of my icon in the timeline plugin. I thought it was through the `key` attribute, but I didn't manage to do...
In this screenshot, you can see a table of contents displayed on the right of the page.  This doesn't seem to be the current behavior. Is this possibly a...
First of all, thanks a lot for your work, looks great and I'm willing to be able to test it and make use of it! ## Problem I'm just trying...
Contribs: prevent ParseError when files are not yet committed ``` last_commit_date = self._get_last_commit_date(page_file) ```