Forum Discussion

lucasf1's avatar
lucasf1
New Contributor
2 months ago
Solved

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...
  • lucasf1's avatar
    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