Hello! I noticed that flow function comments are s...
# prefect-community
p
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
Hi Paco. There’s an open GitHub issue for that here. Feel free to add your use case and track it. 🙂
p
Thanks!