- 🐛 Fixed markdown for linked images still being mangled in some cases - Kevin Ansfield
View the changelogs for full details:
- Ghost - v4.2.0...v4.2.1
- Ghost-Admin - TryGhost/Admin@v4.2.0...v4.2.1
Tag Name: v4.2.1
Release Date: 4/13/2021
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v4.2.1 is a bug fix release that addresses an issue with markdown for linked images being mangled in some cases. This release ensures proper URL transformation by resolving dependency conflicts in @tryghost/url-utils and related packages.
No migration steps are required for this release. The update can be applied directly without any additional configuration changes.
This update is recommended for all Ghost users, especially those who work with markdown content containing linked images. The bug fix ensures proper rendering of markdown content, which is important for content creators who rely on markdown for their posts.
To upgrade:
This release fixes an issue where markdown for linked images was still being mangled in some cases. The problem was caused by dependency conflicts in the URL utilities:
@tryghost/url-utils were referenced in yarn.lock, with the older buggy version being used for URL transformations@tryghost/kg-default-cards to increase its minimum allowed version of @tryghost/url-utils, forcing a yarn.lock update@tryghost/kg-markdown-html-renderer to avoid having two versions of that library specified in yarn.lockThis ensures that linked images in markdown content are properly processed and displayed.
No new features were introduced in this release. This is a bug fix release focused on resolving issues with markdown image processing.
No security fixes were included in this release.
No specific performance improvements were included in this release. The focus was on fixing the markdown image processing bug.
This release addresses a specific bug that affected markdown content with linked images. The fix ensures that markdown for linked images is processed correctly, which is particularly important for content creators who use this feature in their posts.
The technical changes involve resolving dependency conflicts in URL utilities to ensure that the correct version is used for URL transformations. This was accomplished by bumping the versions of related packages to force consistent dependency resolution.
While this is a minor bug fix release, it improves the reliability of a core content editing feature, making it an important update for sites that rely heavily on markdown content with images.
View the changelogs for full details: