Skip to content

Commit

Permalink
Updated h2 id
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Feb 4, 2020
1 parent 32926a3 commit cf927a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/monarch.html
Expand Up @@ -384,7 +384,7 @@ <h2 id="htmlembed">&Uuml;ber Advanced: complex embeddings with dynamic end tags<
<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>
<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>To activate:</p>
Expand Down

0 comments on commit cf927a9

Please sign in to comment.