如何设置 WMD 文本区域的值

发布于 2024-10-16 00:20:22 字数 433 浏览 6 评论 0原文

当我以正常方式设置 WMD 文本区域的值时,它会显示转义的 HTML。

<textarea><b>kur</b></textarea>

这显示

<b>kur</b>

而不是 kur

编辑:最终将 markdown 发送到服务器并使用 PHP Markdown 将其转换为 HTML 并将两者存储在数据库中。

这样做有任何漏洞吗? 我应该检查 HTML 中是否有任何内容吗?

谢谢你!

When I set the value of the WMD textarea the normal way it display escaped HTML.

<textarea><b>kur</b></textarea>

this displays

<b>kur</b>

instead of kur

EDIT: Ended up sending the markdown to the server and using PHP Markdown to convert it to HTML and storing both in the DB.

Are there any vulnerabilities doing it this way?
Should I check the HTML for anything?

Thank you!

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

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

发布评论

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

评论(1

像极了他 2024-10-23 00:20:22

这里有一个类似的问题,相信你可以从中得到答案。

你可以吗在

尝试一下。

Here is a similar question, I believe you can get your answer from there.

Can you have an html list inside a <textarea> and it look like a list?

Give it a go.

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