Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "data:text/html," &
- "<HTML>
- <head>
- <link rel=\"stylesheet\" href=\"https://cdn.quilljs.com/latest/quill.snow.css\">
- <script type=\"text/javascript\" src=\"https://cdn.quilljs.com/latest/quill.min.js\"></script>
- <script type=\"text/javascript\">
- var quill = new Quill('#editor-container', {
- modules: {
- toolbar: [
- [{ header: [1, 2, false] }],
- ['bold', 'italic', 'underline', 'strike', 'blockquote'],
- ['image', 'code-block', 'link']
- ]
- },
- placeholder: 'Compose an epic...',
- theme: 'snow' // or 'bubble'
- });
- </script>
- <body>
- <div id=\"editor-container\">
- </div>
- </body>
- </html>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement