-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
MathJax delimiters #124
Comments
a) if you want those delimiters, you can also actually write them, instead of using the $ math syntax? |
a) Yes I could write those delimiters in the markdown (and in fact I would mildly prefer them over $'s because of the asymmetry) but the slashes require escaping, which makes it harder to compose/edit. b) Possibly with a separate script, but instead of recreating what MathJax already does with a different set of delimiters it makes more sense to me pass it a thing it knows about. But maybe I don't understand what you want me to do exactly. Currently I'm using c) I agree with this in principle, and ideally I would want to tell MathJax to use the |
Right, good point!
I don’t think that’s too silly. |
I mean passing
Using browser code to call the mathjax api should work and I will consider the example you linked, but it seems better to me to change the generated html than to reimplement something mathjax is already doing. The only reason it feels silly to use If your main objection to this potential feature is the loss of html semantics, would you be fine with keeping the tags but also adding the |
You can still write several lines of JavaScript code in a browser to find My main objections are that: |
It would be convenient if there was a compile option to have math delimited by
\(
\)
and\[
\]
(for inline and display respectively) instead of<code class="language-math math-*">
. This is what MathJax uses by default for TeX input.The text was updated successfully, but these errors were encountered: