Skip to content

Commit 13e2f82

Browse files
authored
Fix Markdown (#250)
* Fix Markdown * Update demo.njk
1 parent 312dbbb commit 13e2f82

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/src/demo.njk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,16 @@ When the home page loads the chunks for that route are loaded. After that, `quic
9595

9696
<img loading="lazy" class="article-image" src="/assets/images/screenshots/spa-devtools-optimized-1.png" height="204px" width="570px">
9797

98-
Next:
98+
{% markdownConvert %}
99+
100+
Next:
99101

100102
1. Clear the **Network** log again.
101103
1. Make sure **Disable** cache is not checked.
102104
1. Click the Blog link to navigate to that page.
103105

106+
{% endmarkdownConvert %}
107+
104108
<img loading="lazy" class="article-image" src="/assets/images/screenshots/spa-devtools-optimized-2.png" height="76px" width="643px">
105109

106110
{% markdownConvert %}

0 commit comments

Comments
 (0)