8
0
Pārlūkot izejas kodu

Remove warnings about unsupported code block languages in the docs (workaround due to Umberto bug)

Paweł Smyrek 5 gadi atpakaļ
vecāks
revīzija
29a9fc8dbd

+ 6 - 6
packages/ckeditor5-code-block/docs/_snippets/features/code-block-custom-languages.html

@@ -1,6 +1,6 @@
-<div id="snippet-custom-languages">
-	<p>Put some text in the <code>&lt;body&gt;</code>:</p>
-<pre><code class="language-html"><body>Hello world!</body></code></pre>
-	<p>Then set the font color:</p>
-<pre><code class="language-css">body { color: red }</code></pre>
-</div>
+<textarea id="snippet-custom-languages">
+	&lt;p>Put some text in the &lt;code>&lt;body&gt;&lt;/code>:&lt;/p>
+&lt;pre>&lt;code class="language-html">&lt;body>Hello world!&lt;/body>&lt;/code>&lt;/pre>
+	&lt;p>Then set the font color:&lt;/p>
+&lt;pre>&lt;code class="language-css">body { color: red }&lt;/code>&lt;/pre>
+</textarea>