Skip to content

Commit 64de258

Browse files
authored
Update quickstart.md
1 parent 47e5564 commit 64de258

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ If you want, you can show a loading dialog before docsify starts to render your
9797
<div id="app">Please wait...</div>
9898
```
9999

100-
By default, the `id` attribute of the main container is "app".
101-
If you want to use a different id, you must also set the `data-app` attribute, and [configure](configuration.md#el) the `el` parameter accordingly:
100+
By default, the `id` attribute of the main container is `app`. If you want to use a different id, you must also set the `data-app` attribute, and [configure](configuration.md#el) the `el` parameter accordingly:
102101

103102
```html
104103
<!-- index.html -->

0 commit comments

Comments
 (0)