html – 如何使用Jade添加粗体或斜体(INLINE)? *喜欢降价

前端之家收集整理的这篇文章主要介绍了html – 如何使用Jade添加粗体或斜体(INLINE)? *喜欢降价前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有一些方法可以使用 Jade在同一代码行中强化一些单词来生成HTML吗?

我尝试使用markdown code,就像这样.但是不起作用:

p Here is my **strong words** in my sentence!

我找到的一个独特的解决方案(Here)是:

p Here is my <strong>strong words</strong> in my sentence!

还有其他方法吗?
谢谢!

解决方法

我想你可以做到:
p Here is my #[strong strong words] in my sentence!
原文链接:https://www.f2er.com/html/226250.html

猜你在找的HTML相关文章