Rainnny7
349747d555
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Failing after 2m52s
134 lines
3.0 KiB
Markdown
134 lines
3.0 KiB
Markdown
---
|
|
title: 'Home'
|
|
published: '04-19-2024'
|
|
summary: 'Get started with RESTfulMC! duis numquam himenaeos lectus quisque assueverit aperiri'
|
|
---
|
|
|
|
[//]: # (# Get started with RESTfulMC!)
|
|
|
|
[//]: # (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))
|
|
|
|
[//]: # ()
|
|
[//]: # (## Features)
|
|
|
|
[//]: # (Some of the core features of RESTfulMC include:)
|
|
|
|
[//]: # ()
|
|
[//]: # (| Feature | Description |)
|
|
|
|
[//]: # (|-------------------------:|------------------------------------------------------------------:|)
|
|
|
|
[//]: # (| [Player Lookup](/player) | praesent omittam mollis maximus has pretium mediocritatem eripuit |)
|
|
|
|
[//]: # (| [Server Lookup](/server) | sapien faucibus numquam ponderum utamur himenaeos menandri tation |)
|
|
# Heading level 1
|
|
I really like using Markdown.
|
|
|
|
```typescript
|
|
"use client";
|
|
|
|
import { ThemeProvider as NextThemesProvider } from "next-themes";
|
|
import { type ThemeProviderProps } from "next-themes/dist/types";
|
|
|
|
/**
|
|
* The provider of themes!!
|
|
*/
|
|
const ThemeProvider = ({ children, ...props }: ThemeProviderProps) => (
|
|
<NextThemesProvider {...props}>{children}</NextThemesProvider>
|
|
);
|
|
export default ThemeProvider;
|
|
```
|
|
|
|
|
|
I think I'll use it to format all of my documents from now on.
|
|
|
|
## Heading level 2
|
|
### Heading level 3
|
|
#### Heading level 4
|
|
##### Heading level 5
|
|
###### Heading level 6
|
|
|
|
Heading level 1
|
|
===============
|
|
|
|
Heading level 2
|
|
---------------
|
|
|
|
I just love **bold text**.
|
|
I just love __bold text__.
|
|
|
|
This text is ***really important***.
|
|
This text is ___really important___.
|
|
This text is __*really important*__.
|
|
This text is **_really important_**.
|
|
This is really***very***important text.
|
|
|
|
> Dorothy followed her through many of the beautiful rooms in her castle.
|
|
>
|
|
> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
|
|
|
|
> Dorothy followed her through many of the beautiful rooms in her castle.
|
|
>
|
|
>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
|
|
|
|
> #### The quarterly results look great!
|
|
>
|
|
> - Revenue was off the chart.
|
|
> - Profits were higher than ever.
|
|
>
|
|
> *Everything* is going according to **plan**.
|
|
|
|
1. First item
|
|
2. Second item
|
|
3. Third item
|
|
4. Fourth item
|
|
|
|
1. First item
|
|
2. Second item
|
|
3. Third item
|
|
1. Indented item
|
|
2. Indented item
|
|
4. Fourth item
|
|
|
|
- First item
|
|
- Second item
|
|
- Third item
|
|
- Fourth item
|
|
|
|
* First item
|
|
* Second item
|
|
* Third item
|
|
* Fourth item
|
|
|
|
+ First item
|
|
+ Second item
|
|
+ Third item
|
|
+ Fourth item
|
|
|
|
- First item
|
|
- Second item
|
|
- Third item
|
|
- Indented item
|
|
- Indented item
|
|
- Fourth item
|
|
|
|
At the command prompt, type `nano`.
|
|
|
|
``Use `code` in your Markdown file.``
|
|
|
|
|
|
|
|
***
|
|
|
|
---
|
|
|
|
_________________
|
|
|
|
My favorite search engine is [Duck Duck Go](https://duckduckgo.com). |