Indent lists
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m3s

This commit is contained in:
Braydon 2024-04-21 14:46:49 -04:00
parent 6f36c8bc4e
commit 0413e0f448
2 changed files with 3 additions and 3 deletions

@ -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 Welcome to the RESTfulMC documentation! feugait pertinax duis laudem vix integer tempus conubia graece interpretaris
## Table of Contents ## Table of Contents
* [Get started with RESTfulMC!](#get-started-with-restfulmc) - [Get started with RESTfulMC!](#get-started-with-restfulmc)
* [Features](#features) - [Features](#features)
## Features ## Features
Some of the core features of RESTfulMC include: Some of the core features of RESTfulMC include:

@ -63,7 +63,7 @@ const components: any = {
<p className="leading-4 text-zinc-300/80">{children}</p> <p className="leading-4 text-zinc-300/80">{children}</p>
), ),
ul: ({ children }: { children: ReactNode }): ReactElement => ( ul: ({ children }: { children: ReactNode }): ReactElement => (
<ul className="list-disc list-inside">{children}</ul> <ul className="px-3 list-disc list-inside">{children}</ul>
), ),
// Tables // Tables