| title | 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 |
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:
- SciPy
- |
Official source code (all platforms) and binaries for
Windows, Linux and Mac OS X - |
SciPy release page (sources)
PyPI page for SciPy (all)
{{< /yamlToTable >}}