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 |
53
69
| toc-start | Number |[1-5] The number defines the starting header (ex: 1 == h1, 2 == h2, etc) |
54
70
| 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 |
55
71
| task-lists-enable | Boolean | set to true to enable task lists checkboxes (not read-only) |
56
72
| task-lists-label | Boolean | to wrap the rendered list items in a <label> element for UX purposes |
57
73
| task-lists-enable-after | Boolean | to add the label after the checkbox |
74
+
| content-class |[String, Object, Array]| Style definitions to be attributed to the markdown |
75
+
| content-style |[String, Object, Array]| Style definitions to be attributed to the markdown |
0 commit comments