Skip to content

Commit 4aae642

Browse files
committed
🎨 fix formatting issues
1 parent d992d67 commit 4aae642

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ Per-component props override these values.
8080

8181
## 🧩 `<Editor />` props
8282

83-
| Prop | Type | Default | Description |
84-
|---|---|---|---|
85-
| `session` | `string` | auto | Unique session identifier. Auto-generated from slide number if omitted. |
86-
| `defaultFolder` | `string` | project root | Workspace folder to open. |
87-
| `height` | `string` | `100%` | CSS height of the editor container. |
88-
| `persist` | `boolean` | `false` | Keep the session alive when navigating away. |
89-
| `port` | `number` | auto | Force a specific port for this session. |
90-
| `startTimeout` | `number` | `30000` | Max startup time in ms before the session is marked as failed. |
83+
| Prop | Type | Default | Description |
84+
| --------------- | --------- | ------------ | ----------------------------------------------------------------------- |
85+
| `session` | `string` | auto | Unique session identifier. Auto-generated from slide number if omitted. |
86+
| `defaultFolder` | `string` | project root | Workspace folder to open. |
87+
| `height` | `string` | `100%` | CSS height of the editor container. |
88+
| `persist` | `boolean` | `false` | Keep the session alive when navigating away. |
89+
| `port` | `number` | auto | Force a specific port for this session. |
90+
| `startTimeout` | `number` | `30000` | Max startup time in ms before the session is marked as failed. |
9191

9292
## ⚠️ Static exports
9393

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"slidev-addon",
1313
"vscode"
1414
],
15+
"homepage": "https://github.com/mickaelalvs/slidev-addon-livecode#readme",
16+
"bugs": {
17+
"url": "https://github.com/mickaelalvs/slidev-addon-livecode/issues"
18+
},
1519
"license": "MIT",
1620
"author": "Mickaël Alves",
1721
"repository": {
1822
"type": "git",
1923
"url": "https://github.com/mickaelalvs/slidev-addon-livecode.git"
2024
},
21-
"homepage": "https://github.com/mickaelalvs/slidev-addon-livecode#readme",
22-
"bugs": {
23-
"url": "https://github.com/mickaelalvs/slidev-addon-livecode/issues"
24-
},
2525
"files": [
2626
"components",
2727
"composables",

0 commit comments

Comments
 (0)