Fix formatting

This commit is contained in:
2026-01-02 13:54:17 +11:00
parent 83c7566e6c
commit 341e4e48ff

View File

@@ -130,7 +130,7 @@ To use the plugin:
├── js/ # Application modules ├── js/ # Application modules
│ ├── EventBus.js # Pub-sub event system │ ├── EventBus.js # Pub-sub event system
│ ├── IndexService.js # Document index management │ ├── IndexService.js # Document index management
│ ├── SearchService.js# Search with caching │ ├── SearchService.js # Search with caching
│ ├── DOMService.js # DOM manipulation & accessibility │ ├── DOMService.js # DOM manipulation & accessibility
│ ├── DocumentService.js # Markdown loading & caching │ ├── DocumentService.js # Markdown loading & caching
│ ├── NavigationService.js # Browser history handling │ ├── NavigationService.js # Browser history handling