Skip to content

Commit b56cf9e

Browse files
committed
feat: enhance VSCode settings for markdown editing and improve feature list formatting in index.md
1 parent 26b0173 commit b56cf9e

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
"source.organizeImports.ruff": "explicit"
99
}
1010
},
11+
"[markdown]": {
12+
"editor.unicodeHighlight.ambiguousCharacters": false,
13+
"editor.unicodeHighlight.invisibleCharacters": false,
14+
"diffEditor.ignoreTrimWhitespace": false,
15+
"editor.wordWrap": "on",
16+
"editor.quickSuggestions": {
17+
"comments": "off",
18+
"strings": "off",
19+
"other": "off"
20+
},
21+
"editor.tabSize": 4
22+
},
1123
"[json]": {
1224
"editor.defaultFormatter": "biomejs.biome",
1325
"editor.tabSize": 2

docs/docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ A modern Python library for creating beautiful PowerPoint presentations with cod
77
## Features
88

99
- 🛡️ **Type-Safe Development**
10-
- Full type hints for better IDE support
11-
- Catch errors before runtime
12-
- Enhanced code maintainability
10+
- Full type hints for better IDE support
11+
- Catch errors before runtime
12+
- Enhanced code maintainability
1313

1414
- 📝 **Declarative PowerPoint Creation**
15-
- Write presentations like code
16-
- Clean and readable syntax
17-
- Focus on content, not formatting
15+
- Write presentations like code
16+
- Clean and readable syntax
17+
- Focus on content, not formatting
1818

1919
- 🎨 **Smart Templates**
20-
- Type-safe template system
21-
- Reusable slide components
22-
- Extensible helper functions
23-
- Build your own presentation tools
20+
- Type-safe template system
21+
- Reusable slide components
22+
- Extensible helper functions
23+
- Build your own presentation tools
2424

2525
- 📊 **Data Integration**
26-
- Seamless pandas/polars DataFrame support
26+
- Seamless pandas/polars DataFrame support
2727

2828
## Quick Start
2929

0 commit comments

Comments
 (0)