biofriction-wp-theme/node_modules/panini/test/fixtures/helper-markdown/build/index.html

8 lines
457 B
HTML

<html>
<body>
<h1 id="heading">Heading</h1>
<p>Paragraph</p>
<div class="code-example"><pre><code class="html hljs">my code block should default to html</code></pre></div><div class="code-example"><pre><code class="css hljs"><span class="hljs-class">.class</span><span class="hljs-rules">{<span class="hljs-rule"><span class="hljs-attribute">color</span>:<span class="hljs-value">red</span></span></span>}</code></pre></div>
</body>
</html>