If I run `html2pug -f` (version 4.0.0) on: ``` <template> <child></child> </template> ``` I get output: ``` template ``` Running the same input through `html2jade` or the online `html2pug` I get the expected: ``` template child ``` Is this a bug or something I am missing?
If I run
html2pug -f(version 4.0.0) on:I get output:
Running the same input through
html2jadeor the onlinehtml2pugI get the expected:Is this a bug or something I am missing?