Indent lists
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m3s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m3s
This commit is contained in:
parent
6f36c8bc4e
commit
0413e0f448
@ -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:
|
||||
|
@ -63,7 +63,7 @@ const components: any = {
|
||||
<p className="leading-4 text-zinc-300/80">{children}</p>
|
||||
),
|
||||
ul: ({ children }: { children: ReactNode }): ReactElement => (
|
||||
<ul className="list-disc list-inside">{children}</ul>
|
||||
<ul className="px-3 list-disc list-inside">{children}</ul>
|
||||
),
|
||||
|
||||
// Tables
|
||||
|
Loading…
Reference in New Issue
Block a user