Note > 자바스크립트 프레임워크/라이브러리모음quill - rich text editor.By a3040, Published on Invalid Datequill - rich text editor.<!-- Add the theme's stylesheet --> <link rel="stylesheet" href="//cdn.quilljs.com/1.3.6/quill.bubble.css"> <script src="//cdn.quilljs.com/1.3.6/quill.js"></script> <script> var quill = new Quill('#editor', { theme: 'bubble' // Specify theme in configuration }); </script>