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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user