You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously only single quotes were escaped in afx text and string nodes. This changes
introduces a more generic escaping via addslashes that includes slashes, single- and double-quotes.
That way the rendered result of afx should match the expectation better.
resolves: neos#2
Previously only single quotes were escaped in afx text nodes. This change
introduces a more generic escaping via addslashes that includes
slashes, single- and double-quotes. That way the rendered result of
afx will match the expectation better.
resolves: neos#2
Previously only single quotes were escaped in afx text nodes. This change
introduces a more generic escaping via addslashes that includes
slashes, single- and double-quotes. That way the rendered result of
afx will match the expectation better.
resolves: neos#2
I don't know if this is intended but if not it should be documented I think.
When writing something like:
It results in
On the other hand
results in
The text was updated successfully, but these errors were encountered: