the conditional probability equation doesn't display normal #46
Labels
Comments
Thanks for reporting, this is a known problem. |
This was referenced Jun 12, 2014
Closed
I will update the syntax documentation and mention the problem with the pipe symbol there, as well as mention that the This does not fix this problem in kramdown but in the LaTeX code which should be sufficient for all practical purposes. Pull request #23 would probably fix this but in a backwards incompatible way. Since there are other situations like #135 where a pipe symbol also causes problems, a general solution would probably be quite complex. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the equation is as follows,
$P(X)=P\left(X | Y_1\right)$
the vercial bar will be converted to
<td>
, which prevent mathjax to display it normally.unless I write it as follows:
$P(X)=P\left(X \vert Y_1\right)$
The text was updated successfully, but these errors were encountered: