GitHub user eitan-shalev created a discussion: Enable native HTML in documentation markdown.
Airflow 2 enables the use of HTML tags in markdown, used in DAG & task documentation. Airflow 3, on React, expressly disables it, with the skipHtml setting ([here](https://github.com/apache/airflow/blob/b9aa510235957965a9e0c5985e205532798ac572/airflow-core/src/airflow/ui/src/components/ReactMarkdown.tsx#L121)). I'm wondering what's the reason behind this decision, and if we could remove it, or allow users to control it. My primary motivation in this regard is enabling hyperlinks to open in a new tab, but this is also something of a disruptive change moving from Airflow 2, where a lot of documentation can become degraded when migrating over to Airflow 3. GitHub link: https://github.com/apache/airflow/discussions/57663 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
