Replies: 1 comment 1 reply
-
it's working as expected since Also, this may be unrelated but script tags are not evaluated on the client-side. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in my app the user can write custom code and the code should be added before the end of the tag, I tried to use
parse
in this way:Example of
body_code
:But the added code/elements are not added before the
body
close tag:Is there any way solution that can help me do what I want?
Beta Was this translation helpful? Give feedback.
All reactions