在投票中渲染数学

Similar issue to this post.

Math does not render inside a poll.

It renders in the compose post screen but not in the poll itself:

Inspect element reveals <span class="math"></span>. Can someone point me in the right direction how to fix this please :slight_smile: ? (Assuming the solution is similar to the above-linked post)

2 个赞

I couldn’t make this work either. Seems like a bug to me.

When adding math formulas to a poll they are rendered correctly in the preview

But not in the post itself:

When inspecting the source code, I saw formulas are rendered in <span class="math-container inline-math mathjax-math"> ... </span> but in the polls, formulas are rendered in <span class="math"> ... </span>. If I test it in safe mode (with plugins disabled) all formulas are rendered in <span class="math"> ... </span>. Which makes me think the math plugin doesn’t work with the poll plugin.

As an alternative, you could put your formulas outside the poll, and then reference them in the poll like so:

1 个赞

我不知道投票中是否支持数学标记 @sam

是的,我认为我们没有为此构建支持。我猜欢迎 PR 来解决这个问题。

1 个赞

将在以下位置修复:

2 个赞

此主题在最后回复后的3天自动关闭,不再允许新的回复。