mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-20 00:32:37 +01:00
fix a bug in docs script that was hiding first line of script
This commit is contained in:
@@ -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 += "```";
|
||||
|
||||
Reference in New Issue
Block a user