Use `json` instead of `json5` for syntax highlighting (#2017)
* Use json instead of json5 for syntax highlighting Chroma, the library used for syntax highlighting in Hugo, does not support JSON5 so those code blocks were not highlighted. However it supports comments in JSON so they are highlighted correctly in the rendered spec. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>pull/2021/head
parent
f8119f5336
commit
f64eec5a93
@ -0,0 +1 @@
|
||||
Use `json` instead of `json5` for syntax highlighting.
|
||||
Loading…
Reference in New Issue