We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63af22 commit 362efc7Copy full SHA for 362efc7
public/javascript/script.js
@@ -992,7 +992,7 @@ column1 | column2 | column3`;
992
}
993
break;
994
case "codeblock":
995
- var newText = `${allText.substring(0, start)}${cblock}\n${sel}\n${cblock}\n${allText.substring(finish, allText.length)}`
+ var newText = `${allText.substring(0, start)}\n${cblock}\n${sel}\n${cblock}\n${allText.substring(finish, allText.length)}`
996
if (newText) {
997
txtarea.value=newText;
998
txtarea.blur()
0 commit comments