mark_border

class atlas_doc_parser.marks.mark_border.MarkBorderAttrs(size: int = REQ, color: str = REQ)[source]

Attributes for MarkBorder.

Parameters:
  • size – Required. Border size (1-3).

  • color – Required. Border color as hex string (#RRGGBB or #RRGGBBAA).

class atlas_doc_parser.marks.mark_border.MarkBorder(type: str = 'border', attrs: MarkBorderAttrs = REQ)[source]

Applies a border style to content.

The border mark adds a visible border around the marked content with configurable size and color.