numbered list as is done by <ol> tag of HTML, the First item in the list should be numbered as 1. Subsequent items may be given any number. It will be rendered serially when the markdown cell is run. To show an indented list, press tab key and start first item in each sublist ...
indenting an item makes it into a sublist of the item above it, ordered and unordered lists can be nested within one another. List items can be split over multiple lines. * Foo * Bar * Baz * foo * bar * baz 1. foo 2. bar more content ## subheading *** **strong text** in th...
forElementWithKinds:.unorderedSublist) // Customize numbered list item labels format and distance between label and paragraph textAttributes.addParagraphStyleAttributes([.listItemNumberFormat:"(%02ld)", .listItemLabelIndent:30], forElementWithKinds:.orderedList) ...
mistake + // we use the counterRgx, meaning if listType is UL we look for UL and vice versa + var counterRxg = (listType === 'ul') ? /^ {0,2}\d+\.[ \t]/gm : /^ {0,2}[*+-][ \t]/gm, + subLists = [], + result = ''; + + if (list.search(counterRxg) !
indenting an item makes it into a sublist of the item above it, ordered and unordered lists can be nested within one another. List items can be split over multiple lines. * Foo * Bar * Baz * foo * bar * baz 1. foo 2. bar more content ## subheading *** **strong text** in th...