-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Switch Markdown engine to markdown-it-py #19702
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ad35f73
Update INTHEWILD.md
e21f563
Enable GFM like markdown via markdown-it-py
6a756bf
Merge upstream/main into markdown-it-py
69fa824
Running isort on utils.py
92c5d12
Run pre-commit black to format some files
8db36dd
Switch back to plain assert
3b554e0
Merge upstream/main into markdown-it-py
de3eda3
Merge upstream/main into markdown-it-py
15eba96
Merge upstream/main into markdown-it-py
aebf28d
Make <summary> within <details> in Markdown collapsible
4b374bb
Merge upstream/main into markdown-it-py
913007f
Update airflow/www/utils.py
35e0df1
Reintroduce unused_self in example_callable
6f289dd
Sort imports in utils.py
7dc729c
Update setup.py
856e11a
Merge upstream/main into markdown-it-py
9b66ce4
Merge upstream/main into markdown-it-py
c8783dc
Merge branch 'main' into markdown-it-py
ae3f8e7
Merge branch 'main' into markdown-it-py
232a7ae
Merge branch 'main' into markdown-it-py
c85980a
Merge branch 'main' into markdown-it-py
d2ac04f
Merge branch 'main' into markdown-it-py
6414108
Merge branch 'main' into markdown-it-py
2dce02f
Merge branch 'main' into markdown-it-py
61225a9
Merge branch 'main' into markdown-it-py
6e04564
Merge branch 'main' into markdown-it-py
d212873
Merge branch 'main' into markdown-it-py
43de200
Merge branch 'main' into markdown-it-py
7556683
Merge branch 'main' into markdown-it-py
db6fa75
Merge branch 'main' into markdown-it-py
25ed3f8
Merge upstream/main into markdown-it-py
536c530
Move the mardown deps to setup.cfg
f4bd6ff
Merge upstream/main into markdown-it-py
040a658
Merge branch 'main' into markdown-it-py
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -465,6 +465,10 @@ label[for="timezone-other"], | |
| z-index: 1070; | ||
| } | ||
|
|
||
| details summary { | ||
| display: list-item; | ||
| } | ||
|
|
||
| .menu-scroll { | ||
| max-height: 300px; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). |
||
| overflow-y: auto; | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
This trick works on both Firefox and Chrome. The ‣ is back 🎉


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.
👀 @bbovenzi