You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many large language models output markdown content which embeds LaTeX math formulae using \( ... \) and \[ ... \]. Could we consider support them as aliases of $ and $$?
The text was updated successfully, but these errors were encountered:
I'll leave this decision up to @digitalmoksha as the originator of the support for math in Comrak, but I consider the rationale here (adapting Comrak for an LLM) in a very dim light, and would suggest instructing the LLM to use the supported syntax instead.
I kind of agree with not specifically adapting comrak for an LLM. That being said, we've also had requests to use LaTex math delimiters for normal usage in GitLab, it's just never bubbled up on priority. So I'm open to a PR adding that support.
Many large language models output markdown content which embeds LaTeX math formulae using
\( ... \)
and\[ ... \]
. Could we consider support them as aliases of$
and$$
?The text was updated successfully, but these errors were encountered: