Waylan Limberg

Results 24 issues of Waylan Limberg

Sometimes the same reference key is defined multiple times in a document, however, the parser only uses the last definition. The linter should warn about this: ``` Some text with...

new rule

Previously MkDocs used field boost to boost the `title` field (by `10`) for search results. However, when lunr.js removed support for field boost in 2.0 it was removed from MkDocs...

Enhancement

* Fixes #3213 MkDocs' search plugin indexes page sections by iterating over the sections of a page and adding an entry to the index for each section. It currently uses...

This is related to #2248 but does not resolve that issue. That issue is requesting the option for the reader to select dark/light from the website itself. However, this only...

Currently `http://mkdocs.org` (no **s** in scheme) redirects to `https://mkdocs.org`. However, the certificate is only valid for `https://www.mkdocs.org`. Therefore the users gets a **not secure** warning from their browser: ![untitled](https://user-images.githubusercontent.com/78846/45235994-9b9fef80-b2a8-11e8-86ce-4e6378310c75.png) Of...

Process

- All postprocessors are run on heading content (not just `RawHtmlPostprocessor`). - Footnote references are stripped from heading content. Fixes #660. - A more robust `striptags` is provided to convert...

The default behavior is for search to use the heading of the relevant section as the title of the search result. However, the code spans within headings of the API...

docs

From time-to-time we have mentioned possibly separating the built-in extensions from the core. This would involve breaking each of the 18 existing extensions out into a separate repo and Python...

feature
someday-maybe
process

This completes getting this theme ready for MkDocs version 1.0.

[.DS_Store][1] files are created by the system for every directory on MacOS. However, I would not expect them to exist within a wheel. Yet, after building a wheel of my...