itemization

Specifies whether a list should be treated as ordinary block. Useful for styles that also export the tags of a Ulysses document, skipping any enumeration.

Availability

Available in: List

Type

Symbol

Available values

Value Description
itemize Should be styled as itemized list. Used as default.
none Should be styles as block.

Default value

itemize

Inherited

No.

Example

list-ordered {
  itemization:    none
}

ulysses-tag {
  visibility:     visible
}