Skip to content

Commit 45aef62

Browse files
committed
refactor: move from emdash to colon to keep docs consistent
1 parent 24a6aa6 commit 45aef62

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/07-Pro Features/01-live-preview-edit.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ To insert a line break, press `Shift + Enter`.
113113
### Text Formatting
114114

115115
You can apply formatting to selected text using standard keyboard shortcuts:
116-
- **Ctrl/Cmd + B** Bold; wraps selected text in `<b>` tags
117-
- **Ctrl/Cmd + I** Italic; wraps selected text in `<i>` tags
118-
- **Ctrl/Cmd + U** Underline; wraps selected text in `<u>` tags
116+
- **Ctrl/Cmd + B**: Bold; wraps selected text in `<b>` tags
117+
- **Ctrl/Cmd + I**: Italic; wraps selected text in `<i>` tags
118+
- **Ctrl/Cmd + U**: Underline; wraps selected text in `<u>` tags
119119
> If the text is already formatted, the formatting will be removed.
120120
121121
<!-- TODO: add video showing the edit text workflow -->
@@ -130,11 +130,11 @@ To drag an element: click and hold the element, then move your mouse to the desi
130130

131131
#### Visual Indicators
132132
- **Arrow markers** to indicate the drop position:
133-
- **Up (↑) or Down (↓) arrows** Places the element before or after the target element
134-
- **Left (←) or Right (→) arrows** Places the element before or after the target element (appears for flex row layouts)
135-
- **⊕ symbol with a dashed border** Places the element inside the target as a child
133+
- **Up (↑) or Down (↓) arrows**: Places the element before or after the target element
134+
- **Left (←) or Right (→) arrows**: Places the element before or after the target element (appears for flex row layouts)
135+
- **⊕ symbol with a dashed border**: Places the element inside the target as a child
136136

137-
- **Target label** A small box next to the marker displays the target element's tag name, ID, and classes
137+
- **Target label**: A small box next to the marker displays the target element's tag name, ID, and classes
138138

139139
> When multiple drop targets overlap *(for example, an `img` inside a `div` with aligned edges)*, you can scroll slightly to cycle through targets and drop the element when the correct label appears.
140140
@@ -222,9 +222,9 @@ You can cut, copy, and paste elements in Edit Mode using standard keyboard short
222222
### Using Keyboard Shortcuts
223223

224224
When you click an element in the Live Preview, keyboard focus moves to the Live Preview. You can then use:
225-
- **Ctrl/Cmd + X** Cut the selected element
226-
- **Ctrl/Cmd + C** Copy the selected element
227-
- **Ctrl/Cmd + V** Paste the copied or cut element below the currently selected element
225+
- **Ctrl/Cmd + X**: Cut the selected element
226+
- **Ctrl/Cmd + C**: Copy the selected element
227+
- **Ctrl/Cmd + V**: Paste the copied or cut element below the currently selected element
228228

229229
### Using the More Options Menu
230230
<!-- TODO: add image showing the More Options menu -->
@@ -239,8 +239,8 @@ Click the **More Options** button *(three-dots icon)* in the Tool Box and select
239239

240240
You can undo and redo changes made in Edit Mode using keyboard shortcuts:
241241

242-
- **Ctrl/Cmd + Z** Undo the last change
243-
- **Ctrl/Cmd + Y** or **Ctrl/Cmd + Shift + Z** Redo the last undone change
242+
- **Ctrl/Cmd + Z**: Undo the last change
243+
- **Ctrl/Cmd + Y** or **Ctrl/Cmd + Shift + Z**: Redo the last undone change
244244

245245
These shortcuts work for all Edit Mode operations, including text edits, element moves, deletions, and other modifications.
246246

0 commit comments

Comments
 (0)