You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/fixtures/helper-markdown/build/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
<body>
3
3
<h1id="heading">Heading</h1>
4
4
<p>Paragraph</p>
5
-
5
+
<divclass="code-example"><pre><codeclass="html hljs">my code block should default to html</code></pre></div><divclass="code-example"><pre><codeclass="css hljs"><spanclass="hljs-class">.class</span><spanclass="hljs-rules">{<spanclass="hljs-rule"><spanclass="hljs-attribute">color</span>:<spanclass="hljs-value">red</span></span></span>}</code></pre></div>
Copy file name to clipboardexpand all lines: test/fixtures/helper-markdown/expected/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
<body>
3
3
<h1id="heading">Heading</h1>
4
4
<p>Paragraph</p>
5
-
5
+
<divclass="code-example"><pre><codeclass="html hljs">my code block should default to html</code></pre></div><divclass="code-example"><pre><codeclass="css hljs"><spanclass="hljs-class">.class</span><spanclass="hljs-rules">{<spanclass="hljs-rule"><spanclass="hljs-attribute">color</span>:<spanclass="hljs-value">red</span></span></span>}</code></pre></div>
0 commit comments