diff --git a/src/en/robust-toolbox/toolshed/commands/entity-control.md b/src/en/robust-toolbox/toolshed/commands/entity-control.md
index 5bd8444d5..ec84a91d8 100644
--- a/src/en/robust-toolbox/toolshed/commands/entity-control.md
+++ b/src/en/robust-toolbox/toolshed/commands/entity-control.md
@@ -2,7 +2,6 @@
{{#title Entity commands}}
## Sources
----
{{#template
../../../templates/toolshed-command-head.md
name=entities
@@ -39,7 +38,6 @@ Spawns a new entity on the other given entity.
Spawns a new entity attached to the other given entity.
## Filters
----
{{#template
../../../templates/toolshed-command-head.md
name=with <component type>
@@ -79,7 +77,6 @@ Filters for entities nearby the inputs, returning all entities within range of i
Filters the input for entities with a name matching the regex `$regex^`.
## Transforms
----
{{#template
../../../templates/toolshed-command-head.md
name=comp:has <component type>
@@ -102,7 +99,6 @@ Returns the coordinates of the input entities, relative to their parent.
Returns the coordinates of the input entities, relative to the map.
## Mutators
----
{{#template
../../../templates/toolshed-command-head.md
name=delete
diff --git a/src/en/robust-toolbox/toolshed/commands/general.md b/src/en/robust-toolbox/toolshed/commands/general.md
index 58c8fc9bb..069e210a5 100644
--- a/src/en/robust-toolbox/toolshed/commands/general.md
+++ b/src/en/robust-toolbox/toolshed/commands/general.md
@@ -1,7 +1,6 @@
# General
## Sources
----
{{#template
../../../templates/toolshed-command-head.md
name=iota
@@ -17,7 +16,6 @@ Returns 1..N
Returns N..M
## Filters
----
{{#template
../../../templates/toolshed-command-head.md
name=where <block (T -> bool)>
@@ -93,7 +91,6 @@ Sorts the input from greatest to least using the given ordering value.
Sorts the input from greatest to least using the given ordering value, returning the ordering values.
## Transforms
----
{{#template
../../../templates/toolshed-command-head.md
name=isempty
@@ -133,8 +130,6 @@ Returns the first value in the input, or errors if there isn't one.
## Mutators
----
-
{{#template
../../../templates/toolshed-command-head.md
name=rep <amount>