-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Latex after block math not working #1584
Comments
I'm having the same exact problem, which I noticed today. It was working not that long ago. For reference, below is the markdown that is not rendering correctly. The paragraph after the math block ModelA structural time series model with level, trend, seasonal, and regression components takes the form: where |
Experiencing this issue as well. Every paragraph after the first fails to properly render. |
It seems like this repo is not very active. We may have to consider alternative options for displaying math. |
gitlab may be an option, but unfortunately it does not support the syntax of the |
A workaround is to use a [math-block]( instead of |
Stale issue message |
It looks like text in which there is a latex in-line like$y=mx+b$ followed by a math block like
followed by more latex in-line like$y=mx+b$ isn't currently working.
Removing the paragraph breaks between the math block and the in-line latex solves the initial rendering issue, but then using an aligned environment fails:
$$\begin{align*}
w_0&\leftarrow w_0-\alpha\frac{\partial L(\hat{y},y)}{\partial w_0}\
w_1&\leftarrow w_1-\alpha\frac{\partial L(\hat{y},y)}{\partial w_1}
\end{align*}$$
even though it otherwise works:
This didn't seem to be an issue as of a week ago. Are there any known workarounds?
Thanks!
The text was updated successfully, but these errors were encountered: