浏览代码

Docs: Cross-linking.

Piotrek Koszuliński 6 年之前
父节点
当前提交
780baf55e6
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      packages/ckeditor5-autoformat/docs/features/autoformat.md

+ 7 - 0
packages/ckeditor5-autoformat/docs/features/autoformat.md

@@ -36,6 +36,13 @@ Example:
 
 {@snippet features/autoformat}
 
+## Related productivity features
+
+In addition to enabling automatic text formatting, you may want to check the following productivity features:
+
+* {@link features/text-transformation Automatic text transformation} — allows automatically turning snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/mentions Mentions} — support for smart autocompletion.
+
 ## Installation
 
 <info-box info>