https://prefect.io logo
p

Paco Ibañez

12/29/2022, 3:03 PM
Hello! I noticed that flow function comments are shown as description in the flow's deployment, is there a way to format the comments? I have tried html and markdown with no luck.
Copy code
@flow
def hello():
   """
   Is there a way to get the text in here to be formatted in the awesome prefect UI?
   """
   pass
1
j

Jeff Hale

12/29/2022, 4:38 PM
Hi Paco. There’s an open GitHub issue for that here. Feel free to add your use case and track it. 🙂
p

Paco Ibañez

12/29/2022, 6:53 PM
Thanks!