Richiecakes opened a new issue #16263:
URL: https://github.com/apache/airflow/issues/16263


   **Apache Airflow version**: 2.0.2
   
   **What happened**:
   
   Tried to use the following markdown as a `doc_md` string passed to a DAG
   
   ```markdown
   - Example
       -  Nested List
   ```
   
   It was rendered as a single list with no nesting or indentation.
   
   **What you expected to happen**:
   
   I expected the list to display as a nested list with visible indentation.
   
   **How to reproduce it**:
   
   Try and pass a DAG a `doc_md` string of the above nested list.
   I think the bug will affect any markdown that relies on meaningful 
indentation (tabs or spaces)
   


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


Reply via email to