Skip to content

Math in incremental bullet points #513

Answered by yhatt
mk1564 asked this question in Q&A
Apr 27, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Aren't you missing an indent in the math block to align with the list item? If the indent was aligned, the math block should appear at the same time as the paragraph above.

❌ Wrong ✅ Correct
* abc
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
* abc
  $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$

In the correct case, there are leading 2 spaces before the math block.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yhatt
Comment options

@mk1564
Comment options

Answer selected by mk1564
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants