unexpected whitespace handling in rythm removes wanted blanks -


in attempt move freemarker rythm getting effect rythm removes lot of whitespace.

i aware there @compact @nocompact , @escape options.i tried of these seem have no effect on whitespace handling. according http://rythmengine.org/doc/configuration.md#codegen_compact_enabled default handling compacting.

rythm seems remove whitespace actively try insert e.g.

no whitespace here @nocompact() {   @for (int i=0;i<2;i++) {     please keep whitespace   } } no whitespace here 

will lead to

no whitespace here  please keep whitespace please keep whitespace no whitespace here 

effectively changing whitespace single space.

how can original whitespace setting kept?

is non functioning nocompact() bug?

i think it's bug. please fire issue on https://github.com/greenlaw110/rythm/issues


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -