Start Building for Free
CircleCI.comAcademyBlogCommunitySupport

Using tables

1+ year ago1 min read
  • For markdown content use the following format for tables:

    Key | Required | Type | Description
    ---|---|---|---
    version | Y | String | Should currently be `2`
    {: class="table table-striped"}
  • For asciidoc content use the following:

    [.table.table-striped]
    [cols=4*, options="header", stripes=even]
    |===
    | Key
    | Required
    | Type
    | Description
    
    | Version
    | Y
    | String
    | Should currently be `2`
    |===

Suggest an edit to this page

Make a contribution
Learn how to contribute