JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / demo.html
index 34d92e3..30dddf6 100644 (file)
--- a/demo.html
+++ b/demo.html
        <p>This color scheme is just temporary, for testing the cursor and annotations on a variaty of background colors</p>
        <form action="#" method="get">
        <p>HTML view. Changes here propagate when you remove your cursor (press tab or click outside)<br><textarea name="in" id="in">
-       &lt;script&gt;console.log("this code should not run in the editor")&lt;/script&gt;
-       &lt;!-- comments are preserved --&gt;
-       &lt;style&gt;h1 { color: #fdf; }&lt;/style&gt;
+&lt;script&gt;console.log("this code should not run in the editor")&lt;/script&gt;
+&lt;!-- comments are preserved including      whitespace --&gt;
+&lt;style&gt;
+    h1 { color: #fdf; }
+&lt;/style&gt;
        &lt;H1 style="padding: 0; margin: 0 0 7px 0"&gt;Headline!&lt;/h1&gt;
 
        &lt;div&gt;SVG works: &lt;svg style="display: inline-block; vertical-align: bottom"xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 55 55"&gt;&lt;path d="M27.5 0l6.57 19.87 20.93.11-16.868 12.39 6.364 19.938L27.5 40.094 10.504 52.308l6.364-19.938L0 19.98l20.93-.11z" overflow="visible" fill-rule="evenodd"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;