You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| toc | Boolean | Generate a TOC; received with `toc` event |
93
-
| toc-start | Number |[1-5] The number defines the starting header (ex: 1 == h1, 2 == h2, etc) |
94
-
| toc-end | Number |[2-6] The number defines the ending header (ex: 3 == h3, 4 == h4, etc). This number must be greater than the `startingToc` property or it will be ignored |
95
-
| task-lists-enable | Boolean | set to true to enable task lists checkboxes (not read-only) |
96
-
| task-lists-label | Boolean | to wrap the rendered list items in a <label> element for UX purposes |
97
-
| task-lists-enable-after | Boolean | to add the label after the checkbox |
98
-
| content-class |[String, Object, Array]| Style definitions to be attributed to the markdown |
99
-
| content-style |[String, Object, Array]| Style definitions to be attributed to the markdown |
100
-
101
-
# QMarkdown Vue Events
102
-
| Vue Event | Description |
103
-
|---|---|
104
-
| data | If the `toc` proerty is set to `true`, this event will occur containing any TOC data, if there is any. This is an array of flat data |
0 commit comments