-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Expected behavior (预期行为)
I am using the Typora Markdown local editor, his grammar is to comply with the GFM standard, I wrote the latex formula in the editor, the local editor shows the correct result!
Actual behavior (实际行为)
But the formula can not be displayed on the web page
Steps to reproduce the behavior (重现步骤)
NexT Information
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
- Master
✔- Latest Release - Old version -
NexT Scheme:
- All schemes
✔ - Muse - Mist
- Pisces
Other Information (Like Browser, System, Screenshots)
When the beginning of the problem, I first looked at other people's issues, found that the problem is quite common, and the reasons for a variety of. I started to see #1154, I used their method, but found no effect. I uninstalled the kramed plugin and reused the hexo's rendering engine. Later, some people say that the default mathjax cdn has been invalid, I changed a cdn. Anyway, try a lot of ways, but do not know where the problem lies
Activity
[-]MathJax没有起作用[/-][+]MathJax没有起作用 MathJax have no effect[/+][-]MathJax没有起作用 MathJax have no effect[/-][+]MathJax have no effect[/+]SummerLiu95 commentedon Jul 22, 2017
Please I need a help!
ivan-nginx commentedon Jul 22, 2017
@BarryLiu1995 can u check #1672? Mb, it can help.
SummerLiu95 commentedon Jul 23, 2017
@ivan-nginx This is not the problem
ivan-nginx commentedon Jul 23, 2017
@BarryLiu1995 may be u right, but anyway i think what problem is not in Next theme.
Theme Next - it's just templates and styles with some javascripts engines.
Mathjax - it's third party javascript and not Next maintenance it. And as markdown engine too.
It seems, problem in markdown engine in compilation with mathjax or any third-party plugins, what directly support markdown and/or Hexo. And i really don't know about mathjax and how it work, but u may also try to research in our issues by this link or ask in MathJax | Markdown | NodeJS issues. Next it's just template, u must know and understand it.
SummerLiu95 commentedon Jul 23, 2017
@ivan-nginx Ok, I got it. I will try to fix my problem by myself.
ivan-nginx commentedon Jul 23, 2017
@BarryLiu1995 i don't know what this is, but see - it's working:
In
_config.yml
:In
*.md
file:SummerLiu95 commentedon Jul 24, 2017
@ivan-nginx I change Front-matter like this and it work

huyingjie commentedon Sep 13, 2017
这个帖子里有提到解决方法 (This post has a solution)
最后的代码是 (final code)