浏览代码

Merge pull request #8436 from ckeditor/docs-block-quote

Docs (block-quote): Autoformatting reference added in block quote guide.
Anna Tomanek 5 年之前
父节点
当前提交
95f1cd3d25
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-block-quote/docs/features/block-quote.md

+ 2 - 1
packages/ckeditor5-block-quote/docs/features/block-quote.md

@@ -9,7 +9,7 @@ The {@link module:block-quote/blockquote~BlockQuote} feature allows you to easil
 
 ## Demo
 
-Use the editor below to see the block quote plugin in action.
+Use the editor below to see the block quote plugin in action. You can also precede the quotation with the `>` inline code (followed by a space) to format it on the go thanks to the {@link features/autoformat autoformatting} feature.
 
 {@snippet features/block-quote}
 
@@ -20,6 +20,7 @@ Here are some other CKEditor 5 features that you can use similarly to the block
 * {@link features/indent Block indentation}  – Set indentation for text blocks such as paragraphs or lists.
 * {@link features/code-blocks Code block}  – Insert longer, multiline code listings.
 * {@link features/text-alignment Text alignment} – Align your content left, right, center it or justify.
+* {@link features/autoformat Autoformatting} – Add formatting elements (such as block quotes) as you type with Markdown code.
 
 ## Installation