note on syntax highlighting
This commit is contained in:
parent
2f10727182
commit
362e846524
|
@ -55,7 +55,7 @@ You mark out the highlighted areas with double parentheses like so:
|
||||||
{{</html>}}
|
{{</html>}}
|
||||||
{{</codeBlock>}}
|
{{</codeBlock>}}
|
||||||
|
|
||||||
Better still, if you include `numbered="true"`, each highlight is enumberated so you can reference it directly in the ensuing text.
|
Better still, if you include `numbered="true"`, each highlight is enumerated so you can reference it directly in the ensuing text.
|
||||||
|
|
||||||
{{<html numbered="true">}}
|
{{<html numbered="true">}}
|
||||||
<div ((role="dialog")) ((aria-labelledby="dialog-heading"))>
|
<div ((role="dialog")) ((aria-labelledby="dialog-heading"))>
|
||||||
|
@ -80,3 +80,7 @@ You just include `numbered="true"` on the opening shortcode tag:
|
||||||
</div>
|
</div>
|
||||||
{{</html>}}
|
{{</html>}}
|
||||||
{{</codeBlock>}}
|
{{</codeBlock>}}
|
||||||
|
|
||||||
|
{{% note %}}
|
||||||
|
As you may have noticed, using specified highlights with the `html` shortcode sacrifices syntax highlighting.
|
||||||
|
{{% /note %}}
|
||||||
|
|
|
@ -461,7 +461,7 @@
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
<p>Better still, if you include <code>numbered="true"</code>, each highlight is enumberated so you can reference it directly in the ensuing text.</p>
|
<p>Better still, if you include <code>numbered="true"</code>, each highlight is enumerated so you can reference it directly in the ensuing text.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -493,6 +493,17 @@
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
|
<aside aria-label="note" class="note">
|
||||||
|
<div>
|
||||||
|
<svg class="sign" aria-hidden="true" viewBox="0 0 41.667306 41.66729" focusable="false">
|
||||||
|
<use xlink:href="#info"></use>
|
||||||
|
</svg>
|
||||||
|
<p>As you may have noticed, using specified highlights with the <code>html</code> shortcode sacrifices syntax highlighting.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer role="contentinfo">
|
<footer role="contentinfo">
|
||||||
|
|
|
@ -1745,7 +1745,7 @@ toc = false
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
<p>Better still, if you include <code>numbered="true"</code>, each highlight is enumberated so you can reference it directly in the ensuing text.</p>
|
<p>Better still, if you include <code>numbered="true"</code>, each highlight is enumerated so you can reference it directly in the ensuing text.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1777,6 +1777,17 @@ toc = false
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
|
<aside aria-label="note" class="note">
|
||||||
|
<div>
|
||||||
|
<svg class="sign" aria-hidden="true" viewBox="0 0 41.667306 41.66729" focusable="false">
|
||||||
|
<use xlink:href="#info"></use>
|
||||||
|
</svg>
|
||||||
|
<p>As you may have noticed, using specified highlights with the <code>html</code> shortcode sacrifices syntax highlighting.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pattern-section">
|
<div class="pattern-section">
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user