mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix edit-this-documentation.md
This commit is contained in:
parent
dd456f4b1d
commit
eb7a3c4063
@ -20,7 +20,7 @@ To design your documentation see the syntax description at GitBook:
|
||||
|
||||
#### Headlines
|
||||
|
||||
```text
|
||||
```markdown
|
||||
# Main headline
|
||||
## Smaller headlines
|
||||
### Small headlines
|
||||
@ -28,7 +28,7 @@ To design your documentation see the syntax description at GitBook:
|
||||
|
||||
#### Tabs
|
||||
|
||||
```text
|
||||
```markdown
|
||||
{% tabs %}
|
||||
{% tab title="XXX" %}
|
||||
XXX
|
||||
@ -42,27 +42,27 @@ XXX
|
||||
|
||||
#### Commands
|
||||
|
||||
```text
|
||||
\`\`\`<LANGUAGE> (for text highlighting)
|
||||
~~~markdown
|
||||
```<LANGUAGE> (for text highlighting)
|
||||
XXX
|
||||
\`\`\`
|
||||
```
|
||||
~~~
|
||||
|
||||
#### Links
|
||||
|
||||
```text
|
||||
```markdown
|
||||
[XXX](https://XXX)
|
||||
```
|
||||
|
||||
#### Screenshots or other Images
|
||||
|
||||
```text
|
||||
```markdown
|
||||

|
||||
```
|
||||
|
||||
#### Hints for ToDos
|
||||
|
||||
```text
|
||||
```markdown
|
||||
{% hint style="info" %} TODO: XXX {% endhint %}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user