-
-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
PendingPending to be confirmed by user/author for some check/update/implementationPending to be confirmed by user/author for some check/update/implementation
Description
I am using the latest version of fxp. Normally, I can successfully change the #text value of a certain tag. However, when I try to insert a string containing single quotes or other special characters, the builder will escape them automatically, which is not what I want. Here is an example:
value['#text'] = `{{ fn('${generateKey(text)}') }}`;
output:
<div>{{ fn('content') }}</div>
Metadata
Metadata
Assignees
Labels
PendingPending to be confirmed by user/author for some check/update/implementationPending to be confirmed by user/author for some check/update/implementation