lorenzomagni opened a new issue, #29515: URL: https://github.com/apache/airflow/issues/29515
### Description Inside a BashOperator, I added a markdown snippet of documentation for the "Task Instance Details" of my Airflow nodes. Now I can see my markdown, defined by the attribute "doc_md", but also Attribute: bash_command Attribute: doc Attribute: doc_json Attribute: doc_rst Attribute: doc_yaml I think it would look better if only the chosen type of docs would be shown in the Task Instance detail, instead of leaving the names of other attributes without anything added to them.  ### Use case/motivation I would like to see only the type of doc attribute that I chose to add to my task instance detail and hide all the others docs type. ### Relate
