Open NathanielJS1541 opened 5 months ago
Placing the preceeding text inside \text{}
seems to be an acceptable workaround.
The following markdown:
# Problem 007: 10001st Prime
By listing the first six prime numbers: $2, 3, 5, 7, 11$, and $13$, we can see that the $6\text{th}$ prime is $13$.
What is the $10\,001\text{st}$ prime number?
*For the original page, see [https://projecteuler.net/problem=7](https://projecteuler.net/problem=7).*
Produces the following result:
By listing the first six prime numbers: $2, 3, 5, 7, 11$, and $13$, we can see that the $6\text{th}$ prime is $13$.
What is the $10\,001\text{st}$ prime number?
For the original page, see https://projecteuler.net/problem=7.
Challenge 7 contains LaTeX which is immediately followed by text:
This causes issues with the GitHub markdown renderer. The
README.md
file for challenge 7 would look like this:But this has two render issues:
These issues both seem to be caused by text immediately following the text immediately following the LaTeX expression.