Skip to main content

sphinx-markdown-tables

A Sphinx extension for rendering markdown tables.

Sphinx supports markdown via Recommonmark, which does not support tables. This extension provides them.

It renders markdown tables as HTML, as defined by python-markdown

Installation

pip install sphinx-markdown-tables

Usage

Quick version

Add sphinx_markdown_tables to extensions in conf.py, like so:

extensions = [
    'sphinx_markdown_tables',
]

Longer version

Sphinx needs to be configured to use markdown. First, you need recommonmark:

pip install recommonmark

In conf.py, configure source_parsers and source_suffix:

source_parsers = {
    '.md': 'recommonmark.parser.CommonMarkParser',
}

source_suffix = ['.rst', '.md']

Once Sphinx is configured appropriately, add sphinx_markdown_tables to extensions, like so:

extensions = [
    'sphinx_markdown_tables',
]

For more information on Sphinx and markdown, see the Sphinx documentation.

License

This project is available under the GPLv3 license. For other licensing arrangements contact Ryan Fox.

Release files for sphinx-markdown-tables 0.0.17

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for sphinx-markdown-tables 0.0.17
File Size Uploaded
sphinx-markdown-tables-0.0.17.tar.gz 15.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for sphinx-markdown-tables 0.0.17
File Interpreter ABI Platform
sphinx_markdown_tables-0.0.17-py3-none-any.whl Python 3 none any Details

Total release size: 43.2 kB

Release files / sphinx-markdown-tables-0.0.17.tar.gz

Download URL sphinx-markdown-tables-0.0.17.tar.gz
Size 15.2 kB
Tags Source
SHA-256 checksum
How to use checksums
6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
BLAKE2b-256 checksum
How to use checksums
fb36af0e0a4aa69298b4d664d5176243412ae96bfc207d7e3314e12b3a6f2ccc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release files / sphinx_markdown_tables-0.0.17-py3-none-any.whl

Download URL sphinx_markdown_tables-0.0.17-py3-none-any.whl
Size 28.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04
BLAKE2b-256 checksum
How to use checksums
938d8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.8.10

Release history Release notifications | RSS feed

This release

0.0.17 This release

2 release files

0.0.16

2 release files

0.0.15

2 release files

0.0.12

2 release files

0.0.10

2 release files

0.0.9

2 release files

0.0.8

2 release files

0.0.7

2 release files

0.0.6

2 release files

0.0.5

1 release file

0.0.4

1 release file

0.0.3

2 release files

0.0.2

1 release file

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page