yc0 commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-1252010055
I have no idea if the bug is fixed. I saw it is merged but I don't see this
commit in the latest branches.
However, I would like to offer the other concept: **add your own style for
the markdown**.
```
dag.doc_md = """\
<style>
th, td {
border: 1px solid black;
}
thead th {
width: 2%;
}
</style>
"""
```
This way can also render tables in the form of Markdown correctly.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]