Now that [#7987] has us on a standard rendering of code blocks, we should contribute our toggleCodeBlock functionality back to SimpleMDE. It needs a bit of cleanup with extra \n insertion no longer needed.
We'll need to upgrade to the latest version, which might require some changes. And once our contribution is accepted, upgrade to that release too.
https://github.com/NextStepWebs/simplemde-markdown-editor/pull/228
db/8040
Looks good with the exception of the "insert table" button.
Clicking it causes:
Uncaught ReferenceError: _replaceSelection is not definedFixed insert table button.
Looks good. Merged/closed