|
|
@@ -11,6 +11,12 @@ The {@link api/basic-styles basic styles} feature allows you to apply the most f
|
|
|
All basic text styles can be removed with the {@link features/remove-format remove format} feature.
|
|
|
</info-box>
|
|
|
|
|
|
+Basic formatting options may be applied with the toolbar buttons or thanks to the {@link features/autoformat autoformatting feature} with Markdown code as you type. Use one these to format text on the go:
|
|
|
+* Bold – Type `**text**` or `__text__`,
|
|
|
+* Italic – Type `*text*` or `_text_`,
|
|
|
+* Code – Type ``` `text` ```,
|
|
|
+* Strikethrough – Type `~~text~~`.
|
|
|
+
|
|
|
## Demo
|
|
|
|
|
|
{@snippet features/basic-styles}
|
|
|
@@ -22,6 +28,7 @@ Check out also these CKEditor 5 features to gain better control over your conten
|
|
|
* {@link features/text-alignment Text alignment} – Because it does matter whether the content is left, right, centered or justified.
|
|
|
* {@link features/code-blocks Code blocks} – Insert longer, multiline code listings, expanding the inline code style greatly.
|
|
|
* {@link features/highlight Highlight} – Mark important words and passages, aiding a review or drawing attention to specific parts of content.
|
|
|
+* {@link features/autoformat Autoformatting} – Format the text on the go with Markdown code.
|
|
|
* {@link features/remove-format Remove format} – Easily clean basic text formatting.
|
|
|
|
|
|
## Available text styles
|