lucasf1
2 months agoNew Contributor
Test case upload comment markdown
Hey Community! I am currently making some edits to our API interface login and there is "scriptResults": { "type": "array", "items": { "type": "object", "properties": { "index": { "type": "intege...
- 2 months ago
For those who are interested in the solution:
After further testing it can accept basic HTML elements such as <b></b> for bold or <br> for new lines. Please research HTML elements using this link for example to introduce markup formatting in your "comment:" string
https://developer.mozilla.org/en-US/docs/Web/HTML/Element