mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #148] [MERGED] refactor: improve release notes markdown rendering #215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/148
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:refactor/readme_modal📝 Commits (1)
a4fb12bfeat: improve release notes markdown rendering📊 Changes
4 files changed (+1435 additions, -85 deletions)
View changed files
📝
package-lock.json(+1413 -83)📝
package.json(+3 -0)📝
src/app/_components/ReleaseNotesModal.tsx(+18 -2)📝
src/styles/globals.css(+1 -0)📄 Description
Summary
This PR improves the release notes modal by replacing plain text rendering with proper markdown parsing and formatting.
Changes
Added Dependencies:
Enhanced Release Notes Rendering:
Before/After
Before: Raw markdown syntax was displayed as plain text with
After: Properly formatted markdown with visual hierarchy, styled lists, and clickable links
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.