浏览代码

Docs: Added reference to remove format feature. [skip ci]

Anna Tomanek 6 年之前
父节点
当前提交
63e02188df
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-basic-styles/docs/features/basic-styles.md

+ 4 - 0
packages/ckeditor5-basic-styles/docs/features/basic-styles.md

@@ -7,6 +7,10 @@ category: features
 
 The {@link api/basic-styles basic styles} package provides text formatting features such as bold, italic, underline, strikethrough, subscript, superscript, and code.
 
+<info-box info>
+	All basic text styles can be removed with the {@link features/remove-format remove format} feature.
+</info-box>
+
 ## Demo
 
 {@snippet features/basic-styles}