We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example I have a markdown file:
1. First point 2. Second point 3. Third point 4. Fourth point $$ y=ax+b $$ 5. Fifth point
What I expected to see:
What actually rendered:
I've tried different combinations of indentation and I find out that this markdown renders what I expected:
1. First point 2. Second point 3. Third point 4. Fourth point 4. $$ y=ax+b $$ 5. Fifth point
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example I have a markdown file:
I've tried different combinations of indentation and I find out that this markdown renders what I expected:
The text was updated successfully, but these errors were encountered: