15 lines
769 B
HTML
15 lines
769 B
HTML
<link rel="stylesheet" href="../static/css/prose.css" />
|
|
<div id="editor" style="margin-bottom: 0"></div>
|
|
<!-- <div style="text-align: center"> -->
|
|
<!-- <label style="border-right: 1px solid silver"> -->
|
|
<!-- Markdown <input type=radio name=inputformat value=markdown> </label> -->
|
|
<!-- <label> <input type=radio name=inputformat value=prosemirror checked> WYSIWYM</label> -->
|
|
<!-- </div> -->
|
|
|
|
<div style="display: none">
|
|
<textarea id="content">
|
|
This is a comment written in [Markdown](http://commonmark.org). *You* may know the syntax for inserting a link, but does your whole audience? So you can give people the **choice** to use a more familiar, discoverable interface.</textarea
|
|
>
|
|
</div>
|
|
<script src="dist/prose.bundle.js"></script>
|