Skip to content

Commit 98a0819

Browse files
fix: add missing newlines to callout blockquotes (#4)
1 parent 422c4cf commit 98a0819

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

src/ingame/adminning/basic_cmds.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Basic Commands
22

3-
> [!NOTE] For an overview of admin menus and verbs, check out the [upstream Admin Tooling docs](https://docs.spacestation14.com/en/community/admin/admin-tooling.html)
3+
> [!NOTE]
4+
> For an overview of admin menus and verbs, check out the [upstream Admin Tooling docs](https://docs.spacestation14.com/en/community/admin/admin-tooling.html)
45
56
## De-/Activating Admin privileges
67

@@ -136,7 +137,8 @@
136137

137138
### griddrag
138139

139-
> [!WARNING] Don't forget to turn griddrag off after using it! There's no indicator that it's enabled and you won't see the grid you're on moving as you're moving with it. If you forget to disable it, you'll probably end up janking around the station and disrupting the round.
140+
> [!WARNING]
141+
> Don't forget to turn griddrag off after using it! There's no indicator that it's enabled and you won't see the grid you're on moving as you're moving with it. If you forget to disable it, you'll probably end up janking around the station and disrupting the round.
140142
141143
|Syntax |Description |
142144
|:-------|:-----------|

src/ingame/adminning/toolshed_cmds.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Toolshed commands are invoked as part of their own custom query language. Toolshed allows you to search for certain groups of entities and then apply operations to them.
66

7-
> [!IMPORTANT] When you want to use Toolshed, always make sure to start your command by with `> `.
7+
> [!IMPORTANT]
8+
> When you want to use Toolshed, always make sure to start your command by with `> `.
89
>
910
> You'll get a permission denied message if you don't do this. Even with the > prepended, you may not have access to some commands. That's normal.
1011
@@ -23,7 +24,8 @@ You can iterate over certain (groups of) entities with the following commands:
2324

2425
#### entities
2526

26-
> [!WARNING] When using the entities command, always make sure you know what you are doing. Double-check your commands. Accidentally applying actions to a large amount of entities could easily end the round or crash the server.
27+
> [!WARNING]
28+
> When using the entities command, always make sure you know what you are doing. Double-check your commands. Accidentally applying actions to a large amount of entities could easily end the round or crash the server.
2729
2830
- This allows you to query all entities known to the server.
2931
- You should specify a filter for your query using...

src/ingame/tips/prayers_faxes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828

2929
![A screenshot of the F5 panel with instant effects](../images/instant_effect_spawns.png)
3030

31-
> [!WARNING] The range on the Gravity Well instant effect is very large, able to affect all of your admin area if placed in its center. You probably shouldn't use it in response to a prayer.
31+
> [!WARNING]
32+
> The range on the Gravity Well instant effect is very large, able to affect all of your admin area if placed in its center. You probably shouldn't use it in response to a prayer.

src/ingame/tricks/read_comms_ghostbar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Station Comms in a Ghost Bar
22

3-
> [!WARNING] Don't give ghost bar patrons access to station comms, they will be able to send messages to the station. This is meant to be used to give your character at a ghost bar or other admin area event access to comms, so you can keep track of what is happening on station.
3+
> [!WARNING]
4+
> Don't give ghost bar patrons access to station comms, they will be able to send messages to the station. This is meant to be used to give your character at a ghost bar or other admin area event access to comms, so you can keep track of what is happening on station.
45
56
![An image of a fishing ghost bar](../images/ghostbar_fishing.webp)
67

0 commit comments

Comments
 (0)