Skip to content

Commit 7248241

Browse files
jerry-gitclaude
andcommitted
Fix malformed table format in GitHub Pages
Add explicit 'tables' extension to mkdocs markdown_extensions to ensure proper table rendering when using pymdownx.snippets to include README.md. Fixes #115 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fb5d0c1 commit 7248241

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ nav:
1919
- changelog.md
2020

2121
markdown_extensions:
22+
- tables
2223
- pymdownx.snippets:
2324
check_paths: true
2425

0 commit comments

Comments
 (0)