Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default highlighting #931

Merged

Commits on Oct 10, 2022

  1. Fix default highlighting

    The default setting `media="none"` disables code highlighting.
    This works OK when we have `enable_darkmode: true` in `config.yml` as the
    code handling the dark/light theme switching takes care of setting
    `media=""` for the preferred theme.
    However, setting `enable_darkmode: false` prevents importing `theme.js`
    which in turn prevents said change thus the default highlighting stays
    disabled.
    Setting `media=""` by default enables the default highlighting when
    `enable_darkmode` is false.
    
    Fixes alshedivat#929
    cmoralesmx committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8069c50 View commit details
    Browse the repository at this point in the history