Explorar el Código

Docs: Added references to inline code feature. [skip ci]

Anna Tomanek hace 6 años
padre
commit
b9c637c416
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      packages/ckeditor5-code-block/docs/features/code-blocks.md

+ 4 - 0
packages/ckeditor5-code-block/docs/features/code-blocks.md

@@ -8,6 +8,10 @@ category: features
 
 The {@link module:code-block/codeblock~CodeBlock} feature allows inserting and editing blocks of pre–formatted code into the WYSIWYG editor. Each code block has a [specific programming language assigned](#configuring-code-block-languages) (e.g. "Java" or "CSS") and supports basic editing tools, for instance, [changing the line indentation](#changing-line-indentation) using the keyboard.
 
+<info-box>
+	If you would like to use inline code formatting in your WYSIWYG editor, check out the {@link features/basic-styles basic text styles feature} with its support for inline `<code>` element.
+</info-box>
+
 ## Demo
 
 {@snippet features/code-block}