Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titleJavascript (v2.2.0 이상)
linenumberstrue
<script src='https://www.synapeditor.com/resource/synapeditor/synapeditor.config.js'></script>
<script src='https://www.synapeditor.com/resource/synapeditor/synapeditor.min.js'></script>
<script>
		window.editor = new SynapEditor('synapEditor', synapEditorConfig);
</script>

...