本文介绍了跨度用玉一句话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我怎样才能用 Jade 做到这一点?
How would I be able to do this with Jade?
<h3 class = "blurb"> how would I <span>do this</span></h3>
除了引入跨度中间句子之外,我几乎可以做任何事情.
I can do pretty much everything but introducing a span mid sentence.
推荐答案
这应该对您有所帮助:
h3
how should I
span do this
您的输出代码不会完全是您想要的,但是当它以 html 呈现时,它应该是您所需要的
Your output code will not be exactly what you want, but when it's rendered in html, it should be what you need
这篇关于跨度用玉一句话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!