A clean, minimal and responsive theme for hexo
下面是写在Markdown中的源码,在Atom等编辑器上没有问题,post之后页面就有问题了 1. 不能对齐 2. 公式内不能换行 ``` Latex $$ \begin{align} \Delta y = & f(x_0+\Delta x) - f(x_0) \\ = & (x_0+\Delta)^3 - x_0^3 \\ = & 3x_0^2 \Delta x + 3 x_0 (\Delta x)^2 + (\Delta x)^3 \\ \end{align} $$ $$ \begin{equation} \begin{split} a& =b+c-d\\ & \quad +e-f\\ & =g+h\\ & =i \end{split} \end{equation} $$ ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by fuyuhin and has received 6 comments.