# Unordered list Unordered list with dashes (—) as bullets. ## Markup ## Configuration ### list_inside Type: Boolean, default: `false`. If `true` places bullets inside container (by default bullets are outside). ## Caveats 1. If `list_inside` is `false` (default) automatically places bullets inside container (like `list_inside = true` does) when window width is less than `max_width` global variable. 2. `UL`s inside `.text` class are treated as `.list`.