Dmitry
Dmitry
Yeah, this seems a problem. I recommend using `extra_css` (described at https://www.mkdocs.org/user-guide/configuration/#extra_css) and add there: ``` .wm-toc-pane { max-width: 250px; } ```
That would make a lot of sense, I'd be interested. Are you proposing a PR or requesting one? :)
Unfortunately, I don't know of any easy way to do this. In other words, I don't think it's a question of how to enable it, but rather how to build...
Actually it looks like gmail escapes all hash `#` characters after the first one, even when they are not consecutive.
This is a two-part problem: one is that URLs need to handle "index.html" suffix (presumably you are also setting `use_directory_urls: false` in mkdocs.yml). The other is that with `file://` URLs,...
This doesn't seem to be an issue with the theme. I am not seeing it for your specific example (assuming regular paragraphs before and after and no extra CSS). The...
The change is sensible, but the behavior with #_top is intentional -- there is no other link that scrolls back to the top, and the first heading is often a...
Yeah, an option would be good.
No objection, but I don't have the bandwidth to work on it. If the underlying js-yaml supports it, I imagine it would be straightforward; if not, then it might not...
Thanks! The fix part looks good although I'll wait to see the corresponding change to `ts-interface-checker`. My only complaint is to linting-related changes and package-lock. I have a strong preference...