-
*
+
<w:p> <w:pPr> <w:pStyle w:val="ListParagraph"/> <w:numPr> <w:ilvl w:val="0"/> <w:numId w:val="1"/> </w:numPr> </w:pPr> <w:r> <w:t>List item text</w:t> </w:r> </w:p>
BulletList.configure({ resizable: false, cellMinWidth: 50 })
toggleBulletList
// Toggle bullet list on selected text toggleBulletList()
⌘/Ctrl-Shift-8
Was this page helpful?