From 11d1535a8e324254607543cf1c9a96bdcaf0e178 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Thu, 19 Dec 2024 15:25:27 +0100 Subject: [PATCH] fix: markdown whoops --- docs/pages/about/changelog/beta-2024-12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/about/changelog/beta-2024-12.md b/docs/pages/about/changelog/beta-2024-12.md index 59eab91..a0dc762 100644 --- a/docs/pages/about/changelog/beta-2024-12.md +++ b/docs/pages/about/changelog/beta-2024-12.md @@ -39,7 +39,7 @@ - Use `printf` instead of `echo` to write to `installed_extensions` as a way to prevent new lines from generating. - Removing the first installed extension causes a Laravel routing error. - ExtensionFS was not unlinked in the public directory. -- Allow single quotes in extension name and description ((#69)[https://github.com/BlueprintFramework/framework/pull/69]). +- Allow single quotes in extension name and description ([#69](https://github.com/BlueprintFramework/framework/pull/69)). - `grabenv.sh` was causing ~0.4s delays when running any Blueprint CLI command. - Bash tab suggestions would break on `-install` when there were no extension files available.