@H_502_1@有一些方法可以使用
Jade在同一代码行中强化一些单词来生成HTML吗?
我尝试使用markdown code,就像这样.但是不起作用:
p Here is my **strong words** in my sentence!
p Here is my <strong>strong words</strong> in my sentence!
还有其他方法吗?
谢谢!
解决方法
我想你可以做到:
p Here is my #[strong strong words] in my sentence!