A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

15 行
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>