minyeamer commented on code in PR #66809: URL: https://github.com/apache/airflow/pull/66809#discussion_r3239155636
########## airflow-core/src/airflow/ui/src/components/ReactMarkdown.tsx: ########## Review Comment: Disabling `singleDollarTextMath` should significantly reduce the risk of unintended math rendering in shared contexts such as dashboard alerts and form descriptions. That said, I think the cleanest solution would be to scope the math plugins exclusively to the DAG/Task documentation component. I will look into adding a prop to the shared `ReactMarkdown` component to enable math only where it is explicitly needed, and apply it accordingly. -- 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]
