From 0413e0f4482a8b308d109089f12d4fea60cad89c Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 21 Apr 2024 14:46:49 -0400 Subject: [PATCH] Indent lists --- Frontend/docs/home.md | 4 ++-- Frontend/src/app/components/mdx.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Frontend/docs/home.md b/Frontend/docs/home.md index c71e7ed..cd15e51 100644 --- a/Frontend/docs/home.md +++ b/Frontend/docs/home.md @@ -8,8 +8,8 @@ summary: 'Get started with RESTfulMC! duis numquam himenaeos lectus quisque assu Welcome to the RESTfulMC documentation! feugait pertinax duis laudem vix integer tempus conubia graece interpretaris ## Table of Contents -* [Get started with RESTfulMC!](#get-started-with-restfulmc) - * [Features](#features) +- [Get started with RESTfulMC!](#get-started-with-restfulmc) + - [Features](#features) ## Features Some of the core features of RESTfulMC include: diff --git a/Frontend/src/app/components/mdx.tsx b/Frontend/src/app/components/mdx.tsx index 457a856..0f527f5 100644 --- a/Frontend/src/app/components/mdx.tsx +++ b/Frontend/src/app/components/mdx.tsx @@ -63,7 +63,7 @@ const components: any = {

{children}

), ul: ({ children }: { children: ReactNode }): ReactElement => ( - + ), // Tables