-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Fix README callout #1651
Fix README callout #1651
Conversation
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.
Thanks for your PR! The problem with using this syntax is that we use the README on GitHub and also as the landing page of the MkDocs documentation, and Material for MkDocs doesn't recognize the GitHub syntax. I'm not aware of a single syntax that is recognized by both. The only solution I can think of right now is to use the GitHub syntax as you suggested and add a custom MkDocs hook that transforms it to the syntax that Material for MkDocs uses during the MkDocs build.
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.
I replaced it with standard markdown syntax, let me know what you think! |
Just let me know! |
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.
Thanks!
I like more the callout in readthedocs, but at the same time it's true that the README is a landing place for many, so we can make the exception and stick with basic markdown here.
In the rest of the docs, obviously mkdocs styling has priority.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1651 +/- ##
=======================================
Coverage 97.32% 97.32%
=======================================
Files 49 49
Lines 5004 5004
=======================================
Hits 4870 4870
Misses 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
If you rebase, our CI will try to autofix it. |
Head branch was pushed to by a user without write access
Co-authored-by: Sigurd Spieckermann <[email protected]>
No description provided.