-
Notifications
You must be signed in to change notification settings - Fork 978
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
Warnings about unknown languages even when code highlighting is disabled #2280
Labels
Comments
mrtnvgr
changed the title
Warnings about unknown highlight languages even when
Warnings about unknown languages even when code highlighting is disabled
Aug 20, 2023
highlight_code
is false
2 tasks
Keats
pushed a commit
that referenced
this issue
Aug 30, 2023
…2287) The warning about unknown highlight languages was displayed even when code highlighting was disabled via `markdown.highlight_code = false`. This commit adds a condition to check this setting before issuing the warning, effectively suppressing it when code highlighting is disabled. Issue: #2280
Thanks @welpo! |
peterprototypes
pushed a commit
to peterprototypes/zola
that referenced
this issue
Sep 12, 2023
…etzola#2287) The warning about unknown highlight languages was displayed even when code highlighting was disabled via `markdown.highlight_code = false`. This commit adds a condition to check this setting before issuing the warning, effectively suppressing it when code highlighting is disabled. Issue: getzola#2280
technimad
pushed a commit
to technimad/zola
that referenced
this issue
Sep 30, 2023
…etzola#2287) The warning about unknown highlight languages was displayed even when code highlighting was disabled via `markdown.highlight_code = false`. This commit adds a condition to check this setting before issuing the warning, effectively suppressing it when code highlighting is disabled. Issue: getzola#2280
Keats
pushed a commit
that referenced
this issue
Dec 18, 2023
…2287) The warning about unknown highlight languages was displayed even when code highlighting was disabled via `markdown.highlight_code = false`. This commit adds a condition to check this setting before issuing the warning, effectively suppressing it when code highlighting is disabled. Issue: #2280
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Zola produces warnings about unknown highlight languages even when
markdown.highlight_code = false
.Environment
Zola version:
0.17.2
Expected Behavior
Zola should not validate highlight languages when code highlighting is turned off.
Current Behavior
Logs:
Step to reproduce
config.toml
The text was updated successfully, but these errors were encountered: