Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 Node.js 应用程序(使用 Jade 和 Express),它从 Tumblr 博客中获取帖子并显示它们。不幸的是,Tumblr 向我的网站发送了一个原始 HTML 块,它显示在主页上(它应该在哪里,只是它仍然是一个原始 HTML 块)。
我将如何将这块原始 HTML 转换为我需要的内容?
您需要使用它来将!{}其显示为 HTML
!{}
.content !{post.content}