Open DonJayamanne opened 3 weeks ago
Here's what happens with markdown in this string
The word Evaluating
is rendered in the first columnn, and rest of the md (Python code) in a second column.
Also the #
comments in Python code is treated as markdown ('```python' code blocks) are not handled.
The word Evaluating
is rendered in the first columnn, and rest of the md (Python code) in a second column.
I found that returning a simple markdown such as '```python\n
The current type for the property
invocationMessage
is string. However if we provide a markdown string it will get rendered. However if there are some line breaks, then things don't get rendered correctly.Suggest we either treat this as a bug and fix Or disallow rendering markdown for strings returned (else users will always try to hack this)