Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Experiencing

If you click the View Source icon ( ), you can view the document in the fullscreen mode.


CodeMirror 연동

CodeMirror 연동
<link href='https://synapeditor.com/se/resource/synapeditor/synapeditor.min.css' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src='https://synapeditor.com/se/resource/synapeditor/synapeditor.min.js'></script>
<script src='https://synapeditor.com/se/resource/synapeditor/synapeditor.config.js'></script>


<!-- code mirror -->
<script type="text/javascript" src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.39.0/codemirror.min.js'></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.39.0/mode/xml/xml.min.js"></script>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.39.0/codemirror.min.css'>


Code Mirror를 연동하면 소스코드 보기 및 편집이 더욱 편리합니다.

  • No labels