jedcunningham commented on PR #36826:
URL: https://github.com/apache/airflow/pull/36826#issuecomment-1894626288
More examples:
```
@task
def bold():
print("http://apache.org/</a><b>bad-stuff!</b>")
print("back to normal")
print("<b>does this work?</b>")
@task
def alert():
print("<div onmouseover=\"alert('hi');\">hello</div>")
```


--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]