Closed RunningLeon closed 4 months ago
Fixed by removing sphinx_markdown_tables
extension in conf.py
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.autosectionlabel',
'sphinx.ext.intersphinx',
'sphinx_tabs.tabs',
# 'sphinx_markdown_tables',
'myst_parser',
'sphinx_copybutton',
'sphinxcontrib.mermaid',
] # yapf: disable
Hi, I follow the table example , but cannot get the table correctly: error log when build HTML with
make html
command:test.md original content (not work)
output HTML page(without table)
test.md formated by mdformat(not work)
output HTML page(rendered badly)
index.rst content
conf.py content
package versions
python