Rico
A Rich Text Editor for basic WYSIWYG HTML editing on the web.
Open source on Github:
github.com/setastart/rico
Made by Setastart:
setastart.com/en
Output
<h1>Hello!</h1><h2>This is Rico, the rich text editor for the web</h2><p>It supports <strong>bold</strong>, <em>italic</em>, <small>small</small>, <del>striketrough</del>, <a href="https://setastart.com">links</a> and more 😀!</p><p>It has both paragraphs <strong>[enter]</strong> and newlines <strong>[shift+enter]</strong>.<br>This is a new line, it's not a new paragraph.</p><ul><li>Rico has Lists.<ul><li>The lists can create sub-lists.</li><li>As many as you wish.</li></ul></li></ul><ol><li>There are also numbered lists.</li><li>The things you expect<ol><li>from your text editor.</li></ol></li></ol><blockquote><h2>This is a quoted section</h2>These sections can have <strong>headings</strong> and <strong>subheadings</strong> so you can express yourself freely.</blockquote><pre>The code or <strong>pre</strong> section is useful for monospaced text like typewriters, teletypes, code fragments or even ASCII art ;) It works great! <3</pre>