mkdocs-windmill icon indicating copy to clipboard operation
mkdocs-windmill copied to clipboard

Outstanding mkdocs theme with a focus on navigation and usability

Results 25 mkdocs-windmill issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

It would be nice to distinguish header levels in the menu, at least for H1-H3, by different indentation levels or styling. Any interest in a PR to support this? Thanks,...

Thanks for a theme with such an awesome navigation! It seems highlightjs parameters (such as `hljs_style` and `hljs_languages`) are not respected in Windmill despite being fully supported in mkdocs. I.e....

when mkdocs.yml contains use_directory_urls: false

In the windmill theme, try writing a page containing the following code block: ```` ```sh git clone https://github.com/gristlabs/mkdocs-windmill.git ``` ```` It will ignore the language specification and attempt to guess...

Another minor issue I noticed is that when I type a heading that is too long (they are nested within other headings btw) the window resize makes the navigation window...

Hello! Love the windmill theme. One bug I noticed: In Markdown, I type: ``` - list - a - b - next list - c ``` When rendered into my...

may the first element in the list isn't at the top of the page, so I change that to match to the element anchor

Can you please provide some directions on how to enable multi-version drop-down selector instead of version subtitle? I was going over this suggestion - https://github.com/squidfunk/mkdocs-material/issues/770#issuecomment-384556794, but not exactly sure how...