Updated h2 id

This commit is contained in:
Josh Goldberg 2020-02-04 09:17:25 -05:00
parent 32926a385a
commit cf927a9e2c

View file

@ -384,7 +384,7 @@ tokenizer: {
<p>Only when we find a matching end tag (outside a string), <code>$1==$S2</code>, we pop the state and exit the embedded mode. Note that we need <a href="#@rematch"><code class="dt">@rematch</code></a> since the editor is ignoring our token classes until we actually exit the embedded mode (and we handle the close tag again in the <code>@root</code> state).</p> <p>Only when we find a matching end tag (outside a string), <code>$1==$S2</code>, we pop the state and exit the embedded mode. Note that we need <a href="#@rematch"><code class="dt">@rematch</code></a> since the editor is ignoring our token classes until we actually exit the embedded mode (and we handle the close tag again in the <code>@root</code> state).</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<h2 id="htmlembed">Inspecting Tokens</h2> <h2 id="inspectingtokens">Inspecting Tokens</h2>
<p>Monaco provides an <code>Inspect Tokens</code> tool in browsers to help identify the tokens parsed from source code.</p> <p>Monaco provides an <code>Inspect Tokens</code> tool in browsers to help identify the tokens parsed from source code.</p>
<p>To activate:</p> <p>To activate:</p>