Skip to content

Instantly share code, notes, and snippets.

@sitexa
sitexa / qeditor.html
Created October 11, 2018 04:53
RTF Editor - Quilljs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>quill RTF editor</title>
<link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<style>
#editor {
height: 350px;
}