Needs review
Project:
Markdownify Content
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2026 at 13:00 UTC
Updated:
1 Mar 2026 at 13:59 UTC
Jump to comment: Most recent
Comments
Comment #2
mxr576The universal converter might have addressed this, even if the output would be open for improvements.
Comment #5
nickolajWhen both `markdownify` and `markdownify_views` are enabled, taxonomy term pages at `/taxonomy/term/{tid}.md` return empty markdown because the entity markdownify route (which renders only the term entity fields) takes priority over the views markdownify route (which renders the full content listing). This patch makes `MarkdownifyViewsRoutes` remove conflicting entity markdownify routes when a View page display provides the same path, so the views route wins and the full page content is rendered.