kefirfromperm / kefirbb

A flexible Java text processor. BB, BBCode, BB-code, HTML, Textile, Markdown, parser, translator, converter.
GNU Lesser General Public License v3.0
86 stars 14 forks source link

"if" expression in templates #38

Closed kefirfromperm closed 8 years ago

kefirfromperm commented 8 years ago

It's needed to add "if" expression to templates.

<if name="style"> style=&quot;<var name="style"/>&quot;</if>

The value inside the if expression will be appended only if style variable is not null.

It allows reduce configuration complexity and increase capacity. Because it allows to reduce code and pattern values