« Home

Feature. tr/card's new option to start collapsed [tr-card-collapsed]

By default the tr/card is expanded. Pass #:open #f to render it collapsed:

@tr/card[#:open #f]{
  @title{Xxx}
  @taxon{Feature}

  @p{Some words......}
}

Demonstration. A collapsed demonstration [local-0]

This card starts collapsed because of #:open #f.