fix markup typo
This commit is contained in:
@@ -36,7 +36,9 @@ export default {
|
|||||||
CodeBlock(),
|
CodeBlock(),
|
||||||
],
|
],
|
||||||
content: `
|
content: `
|
||||||
<p>That’s a boring paragraph followed by a fenced code block:</p>
|
<p>
|
||||||
|
That’s a boring paragraph followed by a fenced code block:
|
||||||
|
</p>
|
||||||
<pre><code>for (var i=1; i <= 20; i++)
|
<pre><code>for (var i=1; i <= 20; i++)
|
||||||
{
|
{
|
||||||
if (i % 15 == 0)
|
if (i % 15 == 0)
|
||||||
@@ -48,7 +50,9 @@ export default {
|
|||||||
else
|
else
|
||||||
console.log(i);
|
console.log(i);
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
<p>Press Command/Ctrl + Enter to leave the fenced code block and continue typing in boring paragraphs.
|
<p>
|
||||||
|
Press Command/Ctrl + Enter to leave the fenced code block and continue typing in boring paragraphs.
|
||||||
|
</p>
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user