Skip to content

Replace recommonmark with myst-parser to fix GFM table rendering in docs#248

Merged
timonweb merged 2 commits intomasterfrom
copilot/fix-docs-rendering-table
Feb 19, 2026
Merged

Replace recommonmark with myst-parser to fix GFM table rendering in docs#248
timonweb merged 2 commits intomasterfrom
copilot/fix-docs-rendering-table

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 19, 2026

recommonmark doesn't support GitHub-Flavored Markdown tables, causing the Standalone vs npm comparison table to render as raw pipe-delimited text instead of an HTML table.

Changes

  • docs/requirements.txt: Replace recommonmark >= 0.7.1 with myst-parser >= 0.18.0
  • docs/conf.py: Replace recommonmark extension with myst_parser; remove the now-unnecessary AutoStructify import and setup() hook
Original prompt

This section details on the original issue you should resolve

<issue_title>Docs Rendering Issue : Standalone vs NPM Comparison Table</issue_title>
<issue_description>The comparison table in the project docs (Standalone vs NPM) is not rendering correctly.

Link: https://django-tailwind.readthedocs.io/en/latest/standalone-vs-npm.html
Screenshot:

Image</issue_description>

<agent_instructions>Fix the table so it looks perfect when rendered as HTML</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: timonweb <483900+timonweb@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix comparison table rendering in project docs Replace recommonmark with myst-parser to fix GFM table rendering in docs Feb 19, 2026
Copilot AI requested a review from timonweb February 19, 2026 11:51
@timonweb timonweb marked this pull request as ready for review February 19, 2026 12:02
@timonweb timonweb merged commit 23c7d04 into master Feb 19, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs Rendering Issue : Standalone vs NPM Comparison Table

2 participants