Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass "frontmatter" variable to content renderer #1769

Merged
merged 4 commits into from Apr 30, 2024

Commits on Apr 18, 2024

  1. Pass "frontmatter" variable to content renderer

    Setting the "frontmatter" variable allows markdoc content to access the frontmatter like `{% $frontmatter.title %}`
    
    This pattern is documented in the Astro markdoc guide:
    
    https://docs.astro.build/en/guides/integrations-guide/markdoc/#access-frontmatter-from-your-markdoc-content
    ncjones committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d343a72 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. code style tweak

    delucis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1a0554a View commit details
    Browse the repository at this point in the history
  2. Add changeset

    delucis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a8538c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ef0ddf View commit details
    Browse the repository at this point in the history