Remove lines consisting only of non-emitting code spans
badlogic opened this issue · 1 comments
badlogic commented
Remove lines consisting only of non-emitting code spans
jjzazuet commented
Hi. I just wanted to see if this actually got implemented. I have a few templates which generate empty text lines when conditionals did not emit any output (i.e. if
end
blocks which evaluated to false
). Thanks!