Dr-Denzy edited a comment on issue #13761: URL: https://github.com/apache/airflow/issues/13761#issuecomment-797565475
@YiiTing @dre2004 In this examples below you will find ways to make your dag's `doc_md` display as expected in the Airflow UI. It follows how Python's Docstring works. See this StackOverflow link for more on Python Docstring: [https://stackoverflow.com/questions/33066383/print-doc-in-python-3-script/33066458#33066458](https://stackoverflow.com/questions/33066383/print-doc-in-python-3-script/33066458#33066458). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
