-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch Markdown engine to markdown-it-py #19702
Conversation
@ferruzzi This one passed the Static checks |
@ashb I would ideally find a way to remove the Example: Click to expand!Heading
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
Any updates on this? |
Seems like the conflict in |
It was something else actually, fixed the conflict now |
So do we need to do anything special to |
Are you asking me @uranusjr? I don't really know, do you want me to test it somehow? |
You said above
I was just following that up. |
@bbovenzi CSS questions - can you help out please |
🤦🏼♂️ yes of course. Sorry for not remembering my own questions. A CSS fix for this would be highly appreciated @bbovenzi The working ‣ for expanding the section is kind of important for the UX |
A friendly reminder on this one @bbovenzi I can do the CSS changes my self, I just needs some pointers on how |
My apologies. I kept missing this PR. We should be able to manipulate the css for markdown simply by adding something like
to |
The docker-compose quick start is failing because it misses the markdown-it-py package. Maybe there’s some dependency list somewhere we need to fix? Not sure what’s going on with the Helm Chart tests. |
Docker compose quick-start tests test starting airflow via docker compose and check if the There is nothing "special" about them they are the usual "integration tests" run by It's rather easy to follow what they do: Started by airflow/.github/workflows/ci.yml Line 1417 in 749e53d
Here are the tests (standard pytest-run python code): They are also super easy to reproduce and run - you just need to follow what is done in the ci. There is no magic there. If they do not start, it means that something does not work and you cannot inspect airflow after you use production image to ru docker-compose with airflow. |
Those tests are converted to run standard "breeze" commands and you can always easily locally reproduce it using breeze. |
I just recommend to try to reproduce it following it step-by-step. |
Intermittent problem. I just re-run failed jobs only. BTW. There is the "re-run failed jobs" button at the top (not sure if you can do it as non-committer though). |
🎉 @potiuk |
Woooohooo 🎉 🎉 🎉 🎉 🎉 🎉 |
(cherry picked from commit 88363b5)
details summary { | ||
display: list-item; | ||
} | ||
|
||
.menu-scroll { | ||
max-height: 300px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you should provide and test PR with a fix @tronlightracer ? This is the best way to become one of > 2100 contributors to Airflow (mostly people like you).
As mentioned in #16435 will switching to markdown-it-py give much more advanced Markdown rendering and make it behave almost like to Github Flavored Markdown
closes: #16435
related: #19644