Sfoglia il codice sorgente

Docs: Removed info-box warn because it's styled as if it was an error.

See cksource/umberto#849.
Marek Lewandowski 6 anni fa
parent
commit
a7a997e413

+ 2 - 2
packages/ckeditor5-special-characters/docs/features/special-characters.md

@@ -45,7 +45,7 @@ class SpecialCharactersEmoji extends Plugin {
 
 After adding the above plugin into the editor, the new special characters category will be available in the dropdown.
 
-<info-box warning>
+<info-box>
 	A title of a special character must be unique across the entire special characters set.
 </info-box>
 
@@ -77,7 +77,7 @@ class SpecialCharactersArrowsExtended extends Plugin {
 }
 ```
 
-<info-box warning>
+<info-box>
 	A title of a special character must be unique across the entire special characters set.
 </info-box>