emptyListDisabled property

bool emptyListDisabled
final

Whether to disable the generation of nested lists for empty content, such as * * A. If false (default), <ul><li><ul><li>A</li></ul></li></ul> will be generated. If true, `

  • * A
  • wll be generated instead.

Implementation

final bool emptyListDisabled;