Martin Donath

Results 483 comments of Martin Donath

Additionally, we need a solution for Markdown extensions and more, [as was just raised on our issue tracker](https://github.com/squidfunk/mkdocs-material/issues/7040).

> I wonder if this really brings value. I feel that we're wasting our time discussing something that provides so little value as opposed to other open issues that would...

@pawamoy I'm not sure I understand what `keywords` is supposed to be for, and how it is used and presented in the search. Something similar was proposed for Material for...

@waylan thanks for clarifying. I've read your OP and it was not apparent how (if) they are presented to the user. > Because the underlying search tool (lunr.js) is not...

@waylan correct, but please note that this also requires a [completely different tokenizer implementation](https://github.com/squidfunk/mkdocs-material/blob/cd086110bfd65eb6dfeed8c3a01f500e9cdb7468/src/templates/assets/javascripts/integrations/search/internal/tokenize/index.ts#L50-L136) in JavaScript. I've written this tokenizer from scratch, it is compatible with Lunr.js, and it is...

Note that advertising that `site_dir` can be contained within `docs_dir`, albeit it might be supported, could break a lot of plugins that do not source their files from the `Files`...

It's awesome to see dark mode coming to MkDocs' core themes! I checked the linked preview in #3631, and observed that the dark mode solution suffers from occasional white flashing,...

Working on #3649, I found some potential regressions: - The search modal's close button looks different - Search result titles are underlined - The table of contents collapse button on...

Also happens on [mkdocs.org](https://www.mkdocs.org/): ![screenshot-www-mkdocs-org-1713343311640](https://github.com/mkdocs/mkdocs/assets/932156/f0d39786-489e-4281-87cc-357196bcc13d)

@tomchristie could you maybe recreate the SSL certificate so that it includes the top-level domain? So basically: ``` mkdocs.org www.mkdocs.org ``` Let's Encrypt, which is used, supports [wildcard certificates](https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578). __Edit__:...