|
@@ -1678,7 +1678,9 @@ toc = false
|
|
|
</svg>
|
|
|
Code blocks
|
|
|
</h1>
|
|
|
- <p>Markdown already supports code samples both inline (using single backticks like `some code here`) and in blocks. <strong>Infusion</strong> will syntax highlight HTML, CSS, and JavaScript if you provide the correct language in the formulation of the block.</p>
|
|
|
+
|
|
|
+
|
|
|
+<p>Markdown already supports code samples both inline (using single backticks like `some code here`) and in blocks. <strong>Infusion</strong> will syntax highlight HTML, CSS, and JavaScript if you provide the correct language in the formulation of the block.</p>
|
|
|
|
|
|
<p>So, this…</p>
|
|
|
|
|
@@ -1707,6 +1709,21 @@ toc = false
|
|
|
</aside>
|
|
|
|
|
|
|
|
|
+<h2 id="annotated">Annotated</h2>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<div class="html-annotated"><code>
|
|
|
+<ul>
|
|
|
+ <li>Here's a thing</li>
|
|
|
+ <li <span class='highlight'>role="separator"</span>>Here's a thing</li>
|
|
|
+ <li>Here's a <span class='highlight'>thing</span></li>
|
|
|
+ <li>Here's a thing <span <span class='highlight'>aria-hidden="true"</span>></span></li>
|
|
|
+</ul>
|
|
|
+</code></div>
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="pattern-section">
|