有一些
方法可以使用
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