From 6abebb6ab1c87d2743203138e1dca7670e86caff Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Wed, 28 Jul 2021 19:08:06 +0200 Subject: [PATCH] Docs: Restored the {@snippet} tag from the GHS guide. --- .../docs/features/general-html-support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ckeditor5-html-support/docs/features/general-html-support.md b/packages/ckeditor5-html-support/docs/features/general-html-support.md index 8364ed62b86..ea2f40f154f 100644 --- a/packages/ckeditor5-html-support/docs/features/general-html-support.md +++ b/packages/ckeditor5-html-support/docs/features/general-html-support.md @@ -6,6 +6,8 @@ updated_at: 2021-06-14 # General HTML Support +{@snippet features/general-html-support-source} + The General HTML Support ("GHS") feature allows developers to easily enable HTML features that are not explicitly supported by any other dedicated CKEditor 5 plugins. It acts similarly to {@link @ckeditor4 guide/dev/acf/README Advanced Content Filter} (ACF) from CKEditor 4, a feature that filters incoming HTML content by transforming and deleting disallowed elements, attributes, classes and styles. GHS allows for adding this kind of markup to the source and prevents it from being filtered from the editor window and the output. Some examples of HTML features that can be easily enabled using General HTML Support include: