pillar
pillar copied to clipboard
Impossible to inline LaTeX if it contains a colon
This gets parsed
{{{
Some LaTeX code
}}}
But this does not
{{{
Some LaTeX code :)
}}}
Maybe there is some way of escaping the colon that I don't know of?
this is really strange. I have no idea why. May be a parser bug. Did you try :
Yes, I just wrote a smiley here for illustration. In fact, I discovered this problem when I was trying to label mathematical equations:
{{{
\begin{equation}
\label{eq:support}
s_T(I) = \frac{c_T(I)}{|T|}
\end{equation}
}}}
I think it's happening because in the previous versions of Pillar, we had to inline LaTeX like this:
{{{latex:
Some LaTeX code
}}}
And HTML like this:
{{{html:
Some HTML code
}}}
So colon confuses the parser
During christmax holidays I will try to allocate time for Pillar.