WIP: Note editing, markdown to html
[oweals/karmaworld.git] / karmaworld / apps / wysihtml5 / static / wysihtml5 / test.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <link rel="stylesheet" href="/toolbar.css" />
5 </head>
6 <body>
7
8   <div id="test-toolbar" class='wysihtml5-toolbar'>
9     <a data-wysihtml5-command="bold">bold</a>
10     <a data-wysihtml5-command="italic">italic</a>
11     <a data-wysihtml5-command="formatBlock" data-wysihtml5-command-value="h1">H1</a>
12     <a data-wysihtml5-command="formatBlock" data-wysihtml5-command-value="p">P</a>
13   </div>
14   <textarea id="test" role="wysihtml5-rich-text">This is my <b>rich</b> text.</textarea>
15   <script src="/wysihtml-0.4.17/dist/wysihtml5x-toolbar.min.js"></script>
16   <script src="/wysihtml-0.4.17/parser_rules/advanced_and_extended.js"></script>
17   <script src="/init.js"></script>
18
19 </body>
20 </html>