Skip to content

MDC parsing error #251

@Type-32

Description

@Type-32

Environment

● Nuxt root directory: /Users/administrator/Documents/WebStorm Projects/prism

│ ╭── Nuxt project info (copied to clipboard) ─────────────────────────────────────────────────────────────────────────────╮
│ │ │
│ │ Operating system macOS 25.1.0 │
│ │ CPU Apple M1 (8 cores) │
│ │ Node.js version v24.3.0 │
│ │ nuxt/cli version 3.32.0 │
│ │ Package manager bun 1.1.24 │
│ │ Nuxt version 4.2.2 │
│ │ Nitro version 2.12.9 │
│ │ Builder vite 7.3.0 │
│ │ Config compatibilityDate, content, css, devtools, hooks, modules, studio │
│ │ Modules @nuxt/content 3.10.0, @nuxt/image 2.0.0, @nuxt/ui 4.3.0, @nuxtjs/mdc 0.19.2, nuxt-studio 1.0.0 │
│ │ │
│ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

● 👉 Read documentation: https://nuxt.com
● 👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml
● 👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new

Version

v1

Reproduction

  1. Access https://ctrl-neo.dev
  2. Login with the /admin endpoint
  3. Go to the Vertex.md file under /projects folder
  4. See conflict

Description

Nuxt Studio causes de-sync between the page and the latest tracking github branch file version.

For example, my site that has this file as the latest commit on that branch is not the same as what was supposedly stored by Nuxt Studio on the latest commit deployed page (even after refresh, cookie clearing and all).

This is what Nuxt Studio thinks I have on the website deployment:

---
title: Vertex
date: 2025-07-09T00:00:00.000Z
description: A fast Obsidian-Flavored Markdown Editor for workspaces and single-files.
image: /projects/vertex/vertexmarkdowneditor-example.png
progress: alpha
tags:
  - markdown
  - markdown editor
  - vertex
  - ofm
  - obsidian
  - obsidian alternative
icon: i-tabler-markdown
showIssues: true
showWiki: true
repoUsername: CTRL-Neo-Studios
repoName: vertex
---

// rest of the content...

and this is what I have on my latest commit and what should be on the actual deployment of the site:

---
title: Vertex
description: A fast Obsidian-Flavored Markdown Editor for workspaces and single-files.
date: 2025-07-09T00:00:00.000Z
image: /projects/vertex/vertexmarkdowneditor-example.png
icon: i-tabler-markdown
progress: alpha
repository:
	showIssues: true
	showWiki: true
	repoUsername: CTRL-Neo-Studios
	repoName: vertex
tags:
  - markdown
  - markdown editor
  - vertex
  - ofm
  - obsidian
  - obsidian alternative
---

// rest of the content...

I use Vercel for the site deployment and the latest deployment is based off of my latest commit and on the correct branch.

Additional context

No response

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions