Skip to content
New issue

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

代码渲染问题,抛出KaTeX的错误信息。 #12

Closed
xianjerry opened this issue Dec 6, 2019 · 3 comments
Closed

代码渲染问题,抛出KaTeX的错误信息。 #12

xianjerry opened this issue Dec 6, 2019 · 3 comments
Assignees
Milestone

Comments

@xianjerry
Copy link

输入下面的文本,发出错误:

对象的赋值是个引用的过程,上列中$b=new a; $c=$b; 其实等效于$b=new a; $c=&$b;

QJ0V0g.md.jpg

@Vanessa219
Copy link
Owner

& 需要进行转义\&

@Vanessa219 Vanessa219 self-assigned this Dec 6, 2019
@Vanessa219 Vanessa219 added this to the 1.10 milestone Dec 6, 2019
Vanessa219 added a commit that referenced this issue Dec 6, 2019
@xianjerry
Copy link
Author

嗯~ o( ̄▽ ̄)o,tanks,从别的markdown拷贝过来的,批量转义一下就行,就是有点担心不能通用。

@Vanessa219
Copy link
Owner

我们严格遵循 commonmark 规范,支持 gfm。请放心使用。

Vanessa219 added a commit that referenced this issue Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants