mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-06 14:09:58 +03:00
Godot 4.5 release page
Huge thanks to JohnVeness, AThousandShips, and Meorge for their great help rewording my broken English.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
// This needs to be done on page load but also after page changes,
|
||||
// in case a code block appears in an article.
|
||||
document.querySelectorAll('pre code').forEach((block) => {
|
||||
document.querySelectorAll('pre:not(.manual) code').forEach((block) => {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user