This version of the editor test page requires that you've compiled all the source files. (Just run make).
make
HTML view. Changes here propagate when you remove your cursor (press tab or click outside)<H1>Headline!</h1><p> normal text that is hopefully long enough that it will wrap around and spill onto a second line.</p> <p style="background: #888">Text with a gray background<p> <p style="background: #00f">Text with a blue background<p> <p>testing <br> e f<br>g <br> h i j Click me! o p q r</p> <p> y z <strong>Bold <em> Italic + Bold</strong> Italic </em> Normal</p> <p style="white-space: pre-wrap">this <p> has white-space: pre-wrap</p> <div style="color: black; background: white;"> <div>I'm in a div</div> <div>I'm in another div</div> <div> <div> </div> </div> </div>
Source - AGPLv3+