Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay full HTML messages if provided by the `incorrect` or the `correct` args to `question() ` #146
Conversation
… `correct`) arguments to `question()`. previously, we were grabbing the .text(), which stripped the html rich formatting.
|
@mine-cetinkaya-rundel, can you confirm that installing this branch fixes your use case from #136: |
|
Yes, this looks good to me! |
|
yup, it's working for me too, thanks! |
This was a quick fix on the JS side: essentially grab the .html() provided by the
incorrect(and thecorrect) arguments toquestion(). Previously, we were grabbing the .text(), which stripped the html rich formatting when provided.@jjallaire, this seemed like low hanging fruit for this release. Let me know if you think that it risks regression or anything else I might have overlooked.
Closes #136.