There is a formatting bug on the lemonade change
Because the article markdown escapes dollar signs as \\ and \, the website's markdown/LaTeX parser interprets them as the start of a math equation block. This causes the text to lose its spacing and change fonts (e.g., it renders as \15changefora20 bill\ and \10billsfor15).
This issue is present in:
- The Prerequisites section:
- The Common Pitfalls section:
Note: this issue is not just on my end, another reporter:
I ve submitted a PR to fix this by using inline code blocks instead
There is a formatting bug on the lemonade change
Because the article markdown escapes dollar signs as \\ and \, the website's markdown/LaTeX parser interprets them as the start of a math equation block. This causes the text to lose its spacing and change fonts (e.g., it renders as \15changefora20 bill\ and \10billsfor15).
This issue is present in:
Note: this issue is not just on my end, another reporter:
I ve submitted a PR to fix this by using inline code blocks instead