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

fix: load raw slide content in slide editor #2094

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jgosmann
Copy link
Contributor

@jgosmann jgosmann commented Mar 2, 2025

Fixes #1579. Otherwise, the editor would load the preprocessed content and overwrite the unprocessed content.

Copy link

netlify bot commented Mar 2, 2025

Deploy Preview for slidev ready!

Name Link
🔨 Latest commit a3bcc2b
🔍 Latest deploy log https://app.netlify.com/sites/slidev/deploys/67c8356353b3b20008849009
😎 Deploy Preview https://deploy-preview-2094--slidev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

pkg-pr-new bot commented Mar 2, 2025

Open in Stackblitz

@slidev/client

npm i https://pkg.pr.new/slidevjs/slidev/@slidev/client@2094

create-slidev

npm i https://pkg.pr.new/slidevjs/slidev/create-slidev@2094

create-slidev-theme

npm i https://pkg.pr.new/slidevjs/slidev/create-slidev-theme@2094

@slidev/parser

npm i https://pkg.pr.new/slidevjs/slidev/@slidev/parser@2094

@slidev/cli

npm i https://pkg.pr.new/slidevjs/slidev/@slidev/cli@2094

@slidev/types

npm i https://pkg.pr.new/slidevjs/slidev/@slidev/types@2094

commit: a3bcc2b

@jgosmann
Copy link
Contributor Author

jgosmann commented Mar 2, 2025

The failing tests seem unrelated to me. They also fail for me when running them locally from the main branch.

jgosmann and others added 2 commits March 5, 2025 12:28
Fixes slidevjs#1579. Otherwise, the editor would load the preprocessed content and overwrite the unprocessed content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interaction between preprocessor/preparser and slide editor
2 participants