Martin Fischer
Martin Fischer
Currently https://caniuse.rs/ requires both JavaScript and WebAssembly. If you lack one of those you just get a blank page. I think we can make the site more accessible as well...
 And if there are enough good matches I would also expect matches with a low trigram score to be hidden ... It's a bit confusing getting shown "intra-doc links"...
Alabaster inherits from the "basic" theme which sets body_min_width to 450, resulting in body_min_width: 450px, which doesn't make any sense for Alabaster since it's actually responsive. Fixes #139.
**Explain the problem.** ``` $ printf '{x=3}' | pandoc -f commonmark+attributes -t native [] $ printf 'hello\n\n{x=3}' | pandoc -f commonmark+attributes hello ``` If there is nothing the attribute belongs...
I think allowing the keys to be serialized to and deserialized from PASERK strings would make sense. This would be a follow up to #23.
This is a follow up issue for #634, which introduces categories that are not displayed as tabs and only searchable via bangs. * [ ] #769 * [x] fix obvious...
Currently we only support (any time, last day, last week, last month, last year). | Google | Bing | DuckDuckGo | |--|--|--| ||| Since not every engine supports this `time_range_support`...
These [plugins](https://docs.searxng.org/dev/plugins.html) are theme dependent so they should be implemented in themes (instead of via externally injected CSS / JS) * [x] convert `infinite_scroll.py` to user preference #812 * [...
```python text = ''' {{hello |foo={{A}, {B}} |bar=123 }} ''' import mwparserfromhell print(mwparserfromhell.parse(text).filter_templates()) ``` Expected output: ``` ['{{hello\n|foo={{A}, {B}}\n|bar=123\n}}'] ``` Received output: ``` ['{{hello\n|foo={{A}, {B}}'] ```
WCAG recommends a contrast ratio of at least 4.5. Much text on mkdocs.org has a worse contrast. (Contrast ratios can be easily inspected with the Firefox or Chromium developer tools)....