MDOC_LIST_EXAMPLES(oh) LOCAL MDOC_LIST_EXAMPLES(oh) mdoc_list_examples - examples WIP: This document is a work in progress, it does not have all examples. NOTE: The results in these examples are affected by the site css, the results would be different on the terminal or with a different css. EXAMPLES Dash .Bl -dash .It Item 1 .It Item 2 .El - Item 1 - Item 2 Bullet .Bl -bullet .It Item 1 .It Item 2 .El o Item 1 o Item 2 Enum .Bl -enum .It Item 1 .It Item 2 .El 1. Item 1 2. Item 2 Diag .Bl -diag .It Item 1 Item 1 desc .It Item 2 Item 2 desc .El Item 1 Item 1 desc Item 2 Item 2 desc Inset .Bl -inset .It Item 1 Item 1 desc .It Item 2 Item 2 desc .El Item 1 Item 1 desc Item 2 Item 2 desc Hang .Bl -hang .It Item 1 Item 1 desc .It Item 2 Item 2 desc .El Item 1 Item 1 desc Item 2 Item 2 desc Ohang .Bl -ohang .It Item 1 Item 1 desc .It Item 2 Item 2 desc .El Item 1 Item 1 desc Item 2 Item 2 desc Tag .Bl -tag .It Item 1 Item 1 desc .It Item 2 Item 2 desc .El Item 1 Item 1 desc Item 2 Item 2 desc Column .Bl -column header1 header2 .It Sy header1 Ta header2 .It cell1 Ta cell2 .It row2 Ta row2 - cell2 .El header1 header2 cell1 cell2 row2 row2 - cell2 TODO - Review this document on OpenBSD 7.8 release. SEE ALSO documentation(oh) , mandoc(oh) , roff(oh) , mdoc(oh) - examples: - OpenBSD manpages: mdoc(7) , mandoc_char(7) AUTHORS ohazot(oh) | about(oh) | ohazot.com: https://ohazot.com OpenBSD 7.8 , linux| Created:2025-10-14|Updated:2025-10-18| MDOC_LIST_EXAMPLES(oh)