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
I searched issues and couldn’t find anything (or linked relevant results below)
Affected packages and versions
all
Link to runnable example
No response
Steps to reproduce
examples in readme, all tests
Expected behavior
Use <code class="math math-inline">…</code> and <pre><code class="math math-display">…</code></pre> instead of spans and divs.
Likely even improved, use <code class="lang-math math-inline">…</code> and <pre><code class="lang-math math-display">…</code></pre>.
This is better because it means it would generate the same as:
```math\sqrt{3}```
Which is a good alternative to introducing a custom syntax, and GitHub says that they support it (although it doesn’t render for me here).
That second idea comes with another question though: does math-display and math-inline then still make sense?
Actual behavior
see examples in readme, all tests
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered:
Initial checklist
Affected packages and versions
all
Link to runnable example
No response
Steps to reproduce
examples in readme, all tests
Expected behavior
Use
<code class="math math-inline">…</code>
and<pre><code class="math math-display">…</code></pre>
instead of spans and divs.Likely even improved, use
<code class="lang-math math-inline">…</code>
and<pre><code class="lang-math math-display">…</code></pre>
.This is better because it means it would generate the same as:
Which is a good alternative to introducing a custom syntax, and GitHub says that they support it (although it doesn’t render for me here).
That second idea comes with another question though: does
math-display
andmath-inline
then still make sense?Actual behavior
see examples in readme, all tests
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: