From f0adee15db562cf6d08a140aac4b3547b129f171 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 5 Dec 2024 19:53:50 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2beaacdf5e7..2021b32e6ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -35,6 +35,7 @@ This serves two purposes: - Added new `npm run build` command for compiling frontend assets with Vite - Added a Vite HMR support for the realtime compiler in https://github.com/hydephp/develop/pull/2016 - Added Vite facade in https://github.com/hydephp/develop/pull/2016 +- Added a custom Blade-based heading renderer for Markdown conversions in https://github.com/hydephp/develop/pull/2047 ### Changed @@ -104,7 +105,8 @@ This serves two purposes: - Normalized default Tailwind Typography Prose code block styles to match Torchlight's theme, ensuring consistent styling across Markdown and Torchlight code blocks in https://github.com/hydephp/develop/pull/2036. - Extracted CSS component partials in HydeFront in https://github.com/hydephp/develop/pull/2038 - Replaced HydeFront styles with Tailwind in https://github.com/hydephp/develop/pull/2024 -- The `id` attributes for heading permalinks have been moved from the anchor to the heading element in https://github.com/hydephp/develop/pull/2052 +- Markdown headings are now compiled using our custom Blade-based heading renderer in https://github.com/hydephp/develop/pull/2047 + - The `id` attributes for heading permalinks have been moved from the anchor to the heading element in https://github.com/hydephp/develop/pull/2052 ### Deprecated