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>")
   ```
   
   ![Screenshot 2024-01-16 at 3 29 33 
PM](https://github.com/apache/airflow/assets/66968678/079a4eeb-82ca-4ce7-a787-67997921ef3c)
   
   
   ![Screenshot 2024-01-16 at 3 29 39 
PM](https://github.com/apache/airflow/assets/66968678/7b2365b8-eb26-478e-ade9-764343e089ea)
   


-- 
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]

Reply via email to