Peter Mosses
Peter Mosses
**Is your feature request related to a problem? Please describe.** Currently, the color scheme used for a site is set in `_config.yml`. To override it with a different color scheme...
This PR is intended to supersede #192, and incorporates #448. It aims to fix #219, #447, and to respond to the discussion in #425 and in the comments on #192....
Implement #234 - Use media queries to choose light or dark color scheme - Update docs and configuration
*Is your feature request related to a problem? Please describe.** When developing a PR for this theme, it can be difficult and/or tedious to check for backwards compatibility with the...
**Describe the bug** When the user clicks on a link in the navigation sidebar, the selected page displays the menu from the top. With a long menu (or a short...
**Is your feature request related to a problem? Please describe.** The [configuration parameter `color_scheme`](https://pmarsceill.github.io/just-the-docs/docs/customization/#color-schemes) can be set to `light` or `dark`. It can also be set to a [custom scheme](https://pmarsceill.github.io/just-the-docs/docs/customization/#custom-schemes),...
> Before requesting a feature, please search for [existing issues](https://github.com/KaTeX/KaTeX/issues). Issue #2172 requests support for the corresponding vertical positioning argument of the `array` environment (see also a related [comment](https://github.com/KaTeX/KaTeX/issues/269#issuecomment-379936635) in...
When using the 'parse_block_html' option, kramdown converts `` blocks to invalid HTML5: ```sh echo "\ntext\n\ntext\n" | kramdown --parse_block_html ``` produces: ```html text text ``` The kramdown documentation for [HTML blocks](https://kramdown.gettalong.org/syntax.html#html-blocks)...
Fix #973 Update the array of excluded directories and files to: - those that Jekyll excludes by default, and - the others that the theme previously excluded, but omitting `vendor`...
- Add the example of code highlighting with line numbers explained in the [Jekyll docs](https://jekyllrb.com/docs/liquid/tags/#line-numbers). - Fix the styling of narrow code with line numbers, which floats to the centre...