Basic case. If a sequence of lines Ls constitute a sequence of blocks Bs starting with a non-whitespace character and not separated from each other by more than one blank line, and M is a list marker of width W followed by 1 ≤ N ≤ 4 spaces, then the result of prepending M and the following spaces to the first line of Ls , and indenting subsequent lines of Ls by W + N spaces, is a list item with Bs as its contents. The type of the list item (bullet or ordered) is determined by the type of its list marker. If the list item is ordered, then it is also assigned a start number, based on the ordered list marker.
Thanks, it helped me fix the code. Practically speaking it means that the indented line should start visually below the previous line’s first “text” character (when using a fixed width font)?
Thanks, it helped me fix the code. Practically speaking it means that the indented line should start visually below the previous line’s first “text” character (when using a fixed width font)?