Problem/Motivation

/taxonomy/term/1 list content tagged with the term, taxonomy/term/1.md is empty.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mxr576 created an issue. See original summary.

mxr576’s picture

The universal converter might have addressed this, even if the output would be open for improvements.

nickolaj made their first commit to this issue’s fork.

nickolaj’s picture

Status: Active » Needs review

When 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.