• Resolved bildungskind

    (@bildungskind)


    Hello,

    first of all, thank you for answering my previous question. I tried to type to type some formulas on my website but now I got another problem with the Gutenberg Editor.

    The website: https://bildungskind.com/test/#more-953

    As you can see, I typed the code $1+1=2$ and MathJax does not work for whatever reason. I also noticed that it is very hard to edit the formulas once I have written them down (it is, at least for me, very hard to edit the integral in the Gutenberg Editor). Am I doing something wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pkra

    (@pkra)

    This is due to the markup

    $<span class=”numbers”>1</span>+<span class=”numbers”>1</span>=<span class=”numbers”>2</span>$ ist ein sinn­vol­ler Wert.

    combined with the fact that MathJax’s TeX detection stops at the span’s (and all elements except br, wbr, and html comments — see http://docs.mathjax.org/en/latest/input/tex/html.html).

    Any idea what’s wrapping numbers in spans?

    Thread Starter bildungskind

    (@bildungskind)

    Hey,

    sorry for my late answer. I was a little bit busy.

    I think I understand the problem, but how can I solve it? I don’t know what wrapping numbers are. And have you an answer to my second problem? I cannot edit the formulas in the Gutenberg editor.

    Plugin Author pkra

    (@pkra)

    > how can I solve it? I don’t know what wrapping numbers are.

    Sorry, I don’t know. It’s unrelated to this plugin. You might have luck on a general wordpress forum.

    > And have you an answer to my second problem? I cannot edit the formulas in the Gutenberg editor.

    Sorry again, authoring is out of scope of this plugin. Some people just write raw TeX in Gutenberg, others use custom blocks — this plugin is focused on rendering the result to keep it simple.

    Plugin Author pkra

    (@pkra)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problems with the Gutenberg Editor’ is closed to new replies.