Since version 1.0, jade supports inline tags:
#[tag(attribute="value") inner stuff]
In your case that would be:
ul
li #[a(href="#") click #[span here #[strong !]]]
Since version 1.0, jade supports inline tags:
#[tag(attribute="value") inner stuff]
In your case that would be:
ul
li #[a(href="#") click #[span here #[strong !]]]