Taritsyn/WebMarkupMin

problem dont use Quotes in Html Attribute

vzsoft opened this issue · 2 comments

hi

i need use 1 quot (') in Html Attributes

<button data-role='button test'>Test</button>

but Minify output 2 Quotes=>

<button data-role="button test">Test</button>

How do I solve this problem?

thank you

Hello!

While this problem cannot be solved, but in future releases I can add the appropriate feature.

Hello!

This feature is implemented in version 2.14.0.