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
The project requires a way to manage and display CV content dynamically. Storing the CV in a Markdown file allows for simple and flexible editing, but a mechanism is needed to parse and render this content into HTML for display on the website.
🎯 Task
Integrate Marked.js to parse the CV content stored in a Markdown file and render it dynamically on the portfolio website.
🛠️ Action
Install Marked.js as a dependency
Run pnpm add marked.
Create a Markdown file (e.g., cv.md) to store CV content in a structured format.
Write a SvelteKit component (e.g., Cv.svelte) to
Read the cv.md file.
Use Marked.js to parse the Markdown content into HTML.
Render the HTML within the component.
Ensure proper styling of the parsed Markdown using Tailwind CSS.
(Optional) Add error handling for cases where the Markdown file is missing or improperly formatted.
🏆 Result
The CV content stored in the Markdown file will be dynamically parsed and rendered on the website. This approach ensures easy content updates without modifying the codebase and keeps the CV content in a readable, structured format.
🙋♀️ Are you willing to contribute to this feature?
Yes, I'm ready to contribute!
📝 Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
🌟 Situation
The project requires a way to manage and display CV content dynamically. Storing the CV in a Markdown file allows for simple and flexible editing, but a mechanism is needed to parse and render this content into HTML for display on the website.
🎯 Task
Integrate Marked.js to parse the CV content stored in a Markdown file and render it dynamically on the portfolio website.
🛠️ Action
🏆 Result
The CV content stored in the Markdown file will be dynamically parsed and rendered on the website. This approach ensures easy content updates without modifying the codebase and keeps the CV content in a readable, structured format.
🙋♀️ Are you willing to contribute to this feature?
Yes, I'm ready to contribute!
📝 Code of Conduct
The text was updated successfully, but these errors were encountered: