Browse Source

Docs: Added links to demos. See ckeditor/ckeditor5#1256.

Piotrek Koszuliński 7 years ago
parent
commit
865d22217a

+ 4 - 0
packages/ckeditor5-autoformat/README.md

@@ -12,6 +12,10 @@ CKEditor 5 autoformat feature
 
 This package implements the autoformatting feature for CKEditor 5. It allows styling text by typing sequences like `**bold this**`.
 
+## Demo
+
+Check out the demo in the [Autoformat feature](https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html) guide.
+
 ## Documentation
 
 See the [`@ckeditor/ckeditor5-autoformat` package](https://ckeditor.com/docs/ckeditor5/latest/api/autoformat.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).

+ 4 - 0
packages/ckeditor5-autoformat/docs/api/autoformat.md

@@ -8,6 +8,10 @@ category: api-reference
 
 This package implements the autoformatting feature for CKEditor 5. It allows styling text by typing sequences like `**bold this**`.
 
+## Demo
+
+Check out the demo in the {@link features/autoformat Autoformat feature} guide.
+
 ## Documentation
 
 See the {@link features/autoformat Autoformat feature} guide and the {@link module:autoformat/autoformat~Autoformat} plugin documentation.