A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
769 B

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