浏览代码

Docs: removing feature info from snippet.

godai78 5 年之前
父节点
当前提交
31a607ce5f

+ 0 - 2
packages/ckeditor5-heading/docs/_snippets/features/title.html

@@ -5,8 +5,6 @@
 
 
 <h3>Console</h3>
 <h3>Console</h3>
 
 
-<p>You can check the content of the title and body elements below.</p>
-
 <pre><code class="plaintext title-console title-console__title">''</code></pre>
 <pre><code class="plaintext title-console title-console__title">''</code></pre>
 <pre><code class="plaintext title-console title-console__body">'&lt;p>&amp;nbsp;&lt;/p>'</code></pre>
 <pre><code class="plaintext title-console title-console__body">'&lt;p>&amp;nbsp;&lt;/p>'</code></pre>
 <pre><code class="plaintext title-console title-console__data">''</code></pre>
 <pre><code class="plaintext title-console title-console__data">''</code></pre>

+ 1 - 1
packages/ckeditor5-heading/docs/features/title.md

@@ -11,7 +11,7 @@ This feature can be used to implement a rich-text editor with a clear division o
 
 
 ## Demo
 ## Demo
 
 
-Use the editor below to create a document with clearly separated title and body sections.
+Use the editor to create a document with clearly separated title and body sections. You can check the content of the title and body elements in the console below.
 
 
 {@snippet features/title}
 {@snippet features/title}