Closed kylekatarnls closed 7 years ago
Phug has a similar issue to https://github.com/pug-php/pug/issues/154:
Input:
p #[em #[strong Hello]]
Output:
<p>#[em <strong>Hello</strong>]</p>
Expected (pugjs):
<p><em><strong>Hello</strong></em></p>
Phug has a similar issue to https://github.com/pug-php/pug/issues/154:
Input:
Output:
Expected (pugjs):