使用 wmd-new 提交 markdown

发布于 2024-11-10 03:14:50 字数 318 浏览 2 评论 0原文

有人使用 Google 代码上发布的 wmd-new 编辑器吗?

我已经安装了编辑器并让它正常工作。我以为编辑会提交原始降价。令我惊讶的是它提交了 HTML。这是一个问题,因为我需要存储文本的降价版本。

另一个问题是,如果出现验证错误,表单将使用 HTML 而不是原始 Markdown 重新加载。这会让不熟悉 HTML 的用户感到困惑。

有什么想法如何让它提交原始 markdown 或 HTML 和 markdown 吗?

Does anyone use the wmd-new editor posted on google code?

I've installed the editor and got it to work correctly. I thought the editor would submit raw markdown. To my surprise it submits HTML. This is a problem because I need to store a markdown version of the text.

Another issue is, if there's a validation error, the form will reload with HTML instead of the original markdown. This would puzzle users unfamiliar with HTML.

Any ideas how to get it to submit raw markdown, or HTML and markdown?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七分※倦醒 2024-11-17 03:14:50

根据这个答案,可以使用以下脚本在文本区域下方设置该选项:

<script type="text/javascript">

    wmd_options = {
        output: "Markdown"
    };

</script>

Per this answer, the option can be set below the text area using the following script:

<script type="text/javascript">

    wmd_options = {
        output: "Markdown"
    };

</script>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文