zola/components
Óscar 670b88263c fix: suppress highlight language warnings if highlight_code is false (#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
2023-12-18 23:24:06 +01:00
..
config Add ignored_static to config (#2209) 2023-12-18 23:24:06 +01:00
console add link_checker settings for external_level and internal_level (#1848) 2022-05-11 21:54:34 +02:00
content always sort assets by filename (Windows/Linux difference) (#2236) 2023-12-18 23:24:06 +01:00
errors Remove unused deps thanks to cargo-machete 2022-04-27 19:49:57 +02:00
imageproc Remove dummy test 2023-03-19 20:36:25 +01:00
libs Update deps 2023-12-18 23:24:06 +01:00
link_checker Speedup "zola check" command by reusing the Client (#2171) 2023-12-18 23:24:06 +01:00
markdown fix: suppress highlight language warnings if highlight_code is false (#2287) 2023-12-18 23:24:06 +01:00
search Remove code blocks from search index 2023-02-16 20:49:03 +01:00
site Add ignored_static to config (#2209) 2023-12-18 23:24:06 +01:00
templates Add attributes to base_url link in atom template (#2261) 2023-12-18 23:24:06 +01:00
utils Add ignored_static to config (#2209) 2023-12-18 23:24:06 +01:00