-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using HTML text in handlebars fields doesn't compile properly #9
Comments
Curious. adapt-contrib-instructionError/js/adapt-contrib-instructionError.js Lines 26 to 27 in a486c90
You can see here that it does convert handlebars to html. The example.json however is not formatted correctly at line:
Which should be triple curly braced: "body": "{{#if instruction}}{{{instruction}}}{{else}}Please complete the question and then select Submit.{{/if}}" |
oliverfoster
added a commit
that referenced
this issue
Jan 10, 2024
oliverfoster
added a commit
that referenced
this issue
Jan 16, 2024
github-project-automation
bot
moved this from Needs Reviewing
to Recently Released
in adapt_framework: The TODO Board
Jan 16, 2024
🎉 This issue has been resolved in version 2.0.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
did that fix it? @robertmausser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the issue/enhancement/features
When using html (< b >, < q > etc) in instruction text, it doesn't compile properly in the notify popup. It shows the
Your environment
Steps to reproduce
Use any html scripting in the instruciton text area.
Expected behaviour
HTML should render properly
Actual behaviour
HTML scripting shows up in notify body text.
Screenshots (if you can)
https://snipboard.io/aZFSk4.jpg
The text was updated successfully, but these errors were encountered: