MinecraftForge / Documentation

Read the docs MinecraftForge documentation
MIT License
465 stars 192 forks source link

[1.18.x] Support JSON Highlighting with Comments #433

Closed ChampionAsh5357 closed 2 years ago

ChampionAsh5357 commented 2 years ago

Addresses #430

To address Highlight.js not supporting a syntax highligher with JSON comments, all JSON code blocks will use the JavaScript highlight. This does not cause any difference in the mkdocs highlight since keys and values are treated as the same color for highlighting with the theme.

Additionally, a contributing guideline is added for future additions.