mark_breakout

class atlas_doc_parser.marks.mark_breakout.MarkBreakoutAttrs(mode: Literal['wide', 'full-width'], width: int = OPT)[source]

Attributes for MarkBreakout.

Parameters:
  • mode – Required. Breakout mode. Valid values are "wide" or "full-width".

  • width – Optional. Width value.

class atlas_doc_parser.marks.mark_breakout.MarkBreakout(type: str = 'breakout', attrs: MarkBreakoutAttrs = REQ)[source]

Breakout mark for layout width control.

This mark controls the layout breakout mode of elements, allowing them to extend beyond the normal content width.