Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
If the solution is to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to consistently render a math block inside a list item without restarting the list numbering?
The second equation is not rendered. Why? The first two equations are both indented with 4 spaces, The third is indented with 2 spaces.
First equation, indented with 4 spaces
Second equation, indented with 4 spaces
$$
c=d
$$
Third equation, indented with 2 spaces
Markdown source:
I suspect the first block equation is incorrectly rendered as math when it should have been rendered as source code because it was indented with 4 spaces, which seems to be a bug and a minor inconsistency.
The bigger problem is that indenting with 2 spaces interrupts the list numbering in GitHub editor Preview and in GitHub Pages.
Markdown source:
More inconsistencies appear when the block mode math is written in single lines and when using equation environments. The numbering is continued except in the last 2 cases!
First equation, indented with 4 spaces, single line
Second equation, indented with 4 spaces, single line
Third equation, indented with 2 spaces, single line
Markdown source:
Beta Was this translation helpful? Give feedback.
All reactions