handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.82k stars 2.04k forks source link

Handlebar table template creation change #1939

Closed ghost closed 1 year ago

ghost commented 1 year ago

JS fiddle link of the issue.

I have a table where first row of the table each is defined. and in the second row tokens are defined, in the last row each declaration is done

While compiling two rows of each declaration and each ending declaration(ie first row and last row) is not removed. Is there any way to remove those?