Explorar o código

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

Anna Tomanek %!s(int64=6) %!d(string=hai) anos
pai
achega
27fd2bf97e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/ckeditor5-font/docs/features/font.md

+ 4 - 0
packages/ckeditor5-font/docs/features/font.md

@@ -11,6 +11,10 @@ The {@link module:font/font~Font} plugin enables the following features in the r
 * {@link module:font/fontcolor~FontColor} &ndash; Allows to control the font color by applying inline `<span>` elements with a `color` in the `style` attribute.
 * {@link module:font/fontbackgroundcolor~FontBackgroundColor} &ndash; Allows to control the font background color by applying inline `<span>` elements with a `background-color` in the `style` attribute.
 
+<info-box info>
+	All font features can be removed with the {@link features/remove-format remove format} feature.
+</info-box>
+
 ## Demo
 
 {@snippet features/font}