neos / fusion-afx

[READ-ONLY] JSX inspired compact syntax for Neos.Fusion
GNU General Public License v3.0
25 stars 9 forks source link

Leading backslash gets lost #2

Closed mstruebing closed 5 years ago

mstruebing commented 6 years ago

I don't know if this is intended but if not it should be documented I think.

When writing something like:

<span>\o/</span>

It results in

<span>o/</span>

On the other hand

<span>\\o/</span>

results in

<span>\o/</span>