Fixed docs build

This commit is contained in:
rasmus-kirk
2024-03-01 07:38:14 +01:00
parent a438ccb529
commit bd37178c70
11 changed files with 44 additions and 19 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
-- This function is called for each CodeBlock element in the document.
-- Change each untagged codeblock in the document to a "nix" code block.
function CodeBlock(block)
-- Check if the code block does not have a language specified.
if block.classes[1] == nil then