uranusjr commented on code in PR #35460: URL: https://github.com/apache/airflow/pull/35460#discussion_r1382754141
########## airflow/example_dags/example_params_ui_tutorial.py: ########## @@ -47,18 +47,17 @@ "flag": False, "a_simple_list": ["one", "two", "three", "actually one value is made per line"], # But of course you might want to have it nicer! Let's add some description to parameters. - # Note if you can add any HTML formatting to the description, you need to use the description_html + # Note if you can add any MD formatting to the description, you need to use the description_md Review Comment: ```suggestion # Note if you can add any Markdown formatting to the description, you need to use the description_md ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org