diff --git a/scripts/getcommands.js b/scripts/getcommands.js index d14a288af..e03828a7d 100644 --- a/scripts/getcommands.js +++ b/scripts/getcommands.js @@ -934,6 +934,7 @@ for (let i = 0; i < autoexecExamples.length; i++) { autoexecsmdshort += '
'; autoexecsmdshort += '\n'; autoexecsmdshort += "```"; + autoexecsmdshort += '\n'; autoexecsmdshort += exe.fileText; autoexecsmdshort += '\n'; autoexecsmdshort += "```";