Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Failure to parse inline equations in some cases #9

Open
aphirst opened this issue May 16, 2017 · 2 comments
Open

Failure to parse inline equations in some cases #9

aphirst opened this issue May 16, 2017 · 2 comments

Comments

@aphirst
Copy link

aphirst commented May 16, 2017

I can't seem to work out what might be causing this problem, but I can post a snippet of a .md file from one of my private repositories which fails to render correctly, despite having no issues in "enhanced" markdown editors like Remarkable.

* `Surface` class defining a cubic B-Spline surface on the $[0,1]$ interval.
    * $\mathbf{s}(u,v)$, partial derivatives $\mathbf{s}_{u,v,uu,uv,vv}(u,v)$ are self-explanatory, as is the surface normal $\mathbf{N}(u,v)$ and its partial derivatives $\mathbf{N}_{u,v}(u,v)$.
  • Surface class defining a cubic B-Spline surface on the $[0,1]$ interval.
    • $\mathbf{s}(u,v)$, partial derivatives $\mathbf{s}{u,v,uu,uv,vv}(u,v)$ are self-explanatory, as is the surface normal $\mathbf{N}(u,v)$ and its partial derivatives $\mathbf{N}{u,v}(u,v)$.

This bug also seems to be present in the Chrome extension "BitBucket with MathJax", and I've already reported it to their tracker here.

@aphirst
Copy link
Author

aphirst commented May 16, 2017

The issue is also present with "GitHub with MathJax", and I've reported the issue here.

@andrusha
Copy link
Owner

Some sites like github have content security policy which blocks me from injecting scripts from external sites like MathJAX, the different extension architecture will help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants