Span table cols and rows in MkDocs
Project description
mdx_spanner
This package enables rowspan and colspan in markdown tables when using MkDocs.
Syntax
You can activate colspan by putting only ~~ in a cell. This will merge the cell with the cell in the previous column.
You can activate rowspan by putting __ in a cell. This will merge the cell with the cell in the previous row. If the cell in previous row is empty it will continue to merge until it finds a non-empty cell.
Sample:
| Header 1 | Header 2 | Header 3 |
| ---------| -------- | -------- |
| Value 1 | ~~ | Value 2 |
| | ~~ | Value 3 |
|_ _| ~~ | Value 5 |
| Value 6 | Value 7 | Value 8 |
This should result in the following table:
+----------+----------+----------+
| Header 1 | Header 2 | Header 3 |
+----------+----------+----------+
| Value 1 | Value 2 |
| +----------+
| | Value 3 |
| +----------+
| | Value 5 |
+----------+----------+----------+
| Value 6 | Value 7 | Value 8 |
+----------+----------+----------+
Install
$ pip install mdx_spanner
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mdx_spanner-0.0.2.tar.gz.
File metadata
- Download URL: mdx_spanner-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fcbd7b371e7d46937fb08d6102c66cd00c8ae63808292f9c48af5542bb1ec5f
|
|
| MD5 |
04b51be2ecf708b00579065ddfd106e4
|
|
| BLAKE2b-256 |
7a13715f85f1d91ad914c599de5729472dca713231c030f91832ee0c90c5659f
|
File details
Details for the file mdx_spanner-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mdx_spanner-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97e3822c48e5804939a316ddbc371f12e115cde1910c944e5cbebccb22a7eae8
|
|
| MD5 |
a19c53805d6d6c0e0846e72671d92c54
|
|
| BLAKE2b-256 |
968d566197595e30e7e48f07e9841ccd348ba10fb47883b88a81468488b4f664
|