-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It seems that the following code will not be correctly transformed:
<pre lang="tex">
$\log e^x=x$
</pre>it should be something like:
<pre class="prettyprint perl">
<code class="language-tex">
<span class="variable">$\</span>
<span class="keyword">log</span> e^
<span class="keyword">x</span>=
<span class="keyword">x</span>$
</code>
</pre>but it turns out to be
<pre>
<code class="language-tex bash">
<span class="variable">$log</span> e^x=x$
</code>
</pre>I hope you could have a look!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels