Lines Matching full:lists
22 1. [Lists](#lists)
23 1. [Use lazy numbering for long lists](#use-lazy-numbering-for-long-lists)
30 1. [Nest codeblocks within lists](#nest-codeblocks-within-lists)
34 1. [Prefer lists to tables](#prefer-lists-to-tables)
152 ## Lists section in Markdown style guide
154 ### Use lazy numbering for long lists
156 Markdown is smart enough to let the resulting HTML render your numbered lists
157 correctly. For longer lists that may change, especially long nested lists, use
169 numbered lists, because it's nicer to read in source:
179 When nesting lists, use a 4 space indent for both numbered and bulleted lists:
214 However, when lists are small, not nested, and a single line, one space can
215 suffice for both kinds of lists:
299 #### Nest codeblocks within lists
361 ## Prefer lists to tables
375 [Lists](#lists) and subheadings usually suffice to present the same information
412 need it. Except for [big tables](#prefer-lists-to-tables), Markdown meets almost