Jade: Links inside a paragraph

后端 未结 13 1950
野趣味
野趣味 2020-12-07 17:34

I\'m trying to author a few paragraphs with Jade, but finding it difficult when there are links inside a paragraph.

The best I can come up with, and I\'m wondering

13条回答
  •  执念已碎
    2020-12-07 17:53

    Another way to do it:

    p
      | this is the start of the para
      a(href="http://example.com") a link
      | this is he rest of the paragraph.
    

提交回复
热议问题