fix a bug in docs script that was hiding first line of script

This commit is contained in:
Tester23
2024-01-16 14:36:28 +01:00
parent 9f743087ff
commit 6f8e790a22

View File

@ -934,6 +934,7 @@ for (let i = 0; i < autoexecExamples.length; i++) {
autoexecsmdshort += '<br>';
autoexecsmdshort += '\n';
autoexecsmdshort += "```";
autoexecsmdshort += '\n';
autoexecsmdshort += exe.fileText;
autoexecsmdshort += '\n';
autoexecsmdshort += "```";