You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using Markdown and MDsveX for blog content in our SvelteKit website. This issue tracks the work on this epic to decide if we transition the blog section to be fully managed within SvelteKit, without relying on Markdown. The goal is to evaluate and implement a solution that allows blog posts to be handled as structured data while maintaining flexibility for future content management needs.
Goals
Remove Markdown and MDsveX dependencies.
Store and manage blog post content within SvelteKit.
Ensure blog metadata (title, author, date, etc.) is easily accessible across the site.
Maintain or improve the existing developer and content editing experience.
The text was updated successfully, but these errors were encountered:
Description
We are currently using Markdown and MDsveX for blog content in our SvelteKit website. This issue tracks the work on this epic to decide if we transition the blog section to be fully managed within SvelteKit, without relying on Markdown. The goal is to evaluate and implement a solution that allows blog posts to be handled as structured data while maintaining flexibility for future content management needs.
Goals
The text was updated successfully, but these errors were encountered: