Skip to content

Built-in meta plugin does not propagate anymore to other Markdown files #5979

@Guts

Description

@Guts

Context

No response

Bug description

Front matter set in .meta.yml files is not applied to markdown pages in the same folder.

Related links

Reproduction

9.2.8+insiders.4.40.4-meta-plugin-not-working.zip

Steps to reproduce

  1. Enable built-in meta and tags plugins

  2. Create a .meta.yml hiding tags:

    hide:
      - tags
  3. In a markdown page, add tags:

    ---
    tags:
      - test
    ---
    
  4. mkdocs serve: tags are displayed on page and should not

Browser

No response

Before submitting

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue reports a bugresolvedIssue is resolved, yet unreleased if open

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions