From 3269912f25bab53183f26aa02ddf7909d7afc26d Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 2 Feb 2024 21:31:20 +0100 Subject: [PATCH] Format Markdown --- packages/ui-kit/README.md | 1 - packages/ui-kit/docs/documentation.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui-kit/README.md b/packages/ui-kit/README.md index 80cb77a4959..487c5208457 100644 --- a/packages/ui-kit/README.md +++ b/packages/ui-kit/README.md @@ -19,7 +19,6 @@ composer require hyde/ui-kit Since HydePHP already comes with several built-in views and templates, including a precompiled CSS file to get you started quickly, this package is not required to use HydePHP and is tailored to intermediate-to-advanced users, giving you an excellent productivity boost in kick-starting development of any custom Blade pages. - ## Usage Once installed, the package service provider will automatically register the Blade components for you to use. diff --git a/packages/ui-kit/docs/documentation.md b/packages/ui-kit/docs/documentation.md index 56be7eb0fc0..26b80792687 100644 --- a/packages/ui-kit/docs/documentation.md +++ b/packages/ui-kit/docs/documentation.md @@ -123,7 +123,7 @@ This component will convert any Markdown within it to HTML using the Hyde Markdo ```blade ## Markdown Heading - + Hello world! ```