diff --git a/docs/src/docPages/api/extensions/blockquote.md b/docs/src/docPages/api/extensions/blockquote.md new file mode 100644 index 00000000..f759b145 --- /dev/null +++ b/docs/src/docPages/api/extensions/blockquote.md @@ -0,0 +1,58 @@ +# Blockquote +Allows you to use the `
` HTML tag in the editor. + +#### Options +*None* + +#### Commands +| command | options | description | +| ------ | ---- | ---------------- | +| blockquote | none | Wrap content in a blockquote. | + +#### Keybindings +* `Control` + `→` + +#### Example +```markup + + + +``` \ No newline at end of file diff --git a/docs/src/docPages/api/extensions/bold.md b/docs/src/docPages/api/extensions/bold.md new file mode 100644 index 00000000..c70f9ee4 --- /dev/null +++ b/docs/src/docPages/api/extensions/bold.md @@ -0,0 +1,66 @@ +# Bold +Renders text in **bold** text weight. If you pass ``, or `` tags, or text with inline `style` attributes setting the `font-weight` CSS rule in the editor's initial content, they will be rendered accordingly. + +::: warning Restrictions +The extension will generate the corresponding `` HTML tags when reading contents of the `Editor` instance. All text marked as bold, regardless of method will be normalized to `` HTML tags. +::: + +#### Options +*None* + +#### Commands +| command | options | description | +| ------ | ---- | ---------------- | +| bold | none | Mark text as bold. | + +#### Keybindings +* Windows & Linux: `Control` + `B` +* macOS: `Command` + `B` + +#### Example + +```markup + + + +``` \ No newline at end of file diff --git a/docs/src/docPages/api/extensions/bulletlist.md b/docs/src/docPages/api/extensions/bulletlist.md new file mode 100644 index 00000000..e7223f44 --- /dev/null +++ b/docs/src/docPages/api/extensions/bulletlist.md @@ -0,0 +1,63 @@ +# BulletList +Allows you to use the `