I often want to nest elements, such as the following navigation:
ul
li
a(href="#") link Name
li
a(href="#") link Name
li
a(href="#") link Name
Is is possible to put li and a on the same line? Some syntax like li > a
would be nice.