Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.16 KB

File metadata and controls

56 lines (41 loc) · 1.16 KB
title Tables

Markdown Tables

The theme supports GFM table markdown.

Syntax Description
Header Title
Paragraph Text

Markdown tables can be aligned:

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

Table shortcode

This is a feature preview and is not ready for adoption:

{{< yamlToTable >}} headers:

  • Project
  • Available Packages
  • Download location

format:

  • align: left
  • align: left
  • align: right

rows:

  • columns:

    • "NumPy"
    • | Official source code (all platforms) and binaries for
      Windows, Linux, and Mac OS X
    • "PyPi page for NumPy"
  • columns:

{{< /yamlToTable >}}