Skip to content

Commit 43a4a67

Browse files
committed
Remove redundant line break tags from "Moderator Instructions"
The "Moderator Instructions" asset post contains a set of instructions in the form of an ordered list with each step illustrated using a screenshot of the forum UI. In order to improve readability, a blank line was inserted between the text of the step and the accompanying screenshot. This can be accomplished in two ways: - A `<br />` HTML tag - A blank line (Markdown paragraph markup) For some reason, both of the above were used. Although the redundant markup didn't affect the rendered content, it adds unnecessary complexity to the source markup, making it less friendly to contributors and more difficult to maintain. For this reason, the redundant markup is removed. Since it is the more intuitive of the two, the blank line markup was retained.
1 parent 3734534 commit 43a4a67

File tree

1 file changed

+3
-3
lines changed
  • content/categories/staff/moderation/_topics/moderator-instructions

1 file changed

+3
-3
lines changed

content/categories/staff/moderation/_topics/moderator-instructions/1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,15 +468,15 @@ Users often create topics in [categories](https://forum.arduino.cc/categories) w
468468

469469
![Edit topic title and category|487x253, 50%](https://europe1.discourse-cdn.com/arduino/original/4X/9/b/b/9bbf52090269d52f96c6957c6ba9b06ca6d72070.png)
470470

471-
1. Click the category field, which is under the topic title field.<br />
471+
1. Click the category field, which is under the topic title field.
472472

473473
![Category field|487x297, 50%](https://europe1.discourse-cdn.com/arduino/original/4X/f/9/7/f975537c87ac67779c7dc8299bf09212e2ace7b6.png)
474474

475-
1. Select the appropriate category from the dropdown menu. There is a convenient search feature to allow quickly finding the category you want.<br />
475+
1. Select the appropriate category from the dropdown menu. There is a convenient search feature to allow quickly finding the category you want.
476476

477477
![Category menu|486x296, 50%](https://europe1.discourse-cdn.com/arduino/original/4X/8/f/b/8fba956e157d958952d7b6142fefda546e5d5aef.png)
478478

479-
1. Click the <kbd>****</kbd> button. <br />
479+
1. Click the <kbd>****</kbd> button.
480480

481481
![Confirm category|486x331, 50%](https://europe1.discourse-cdn.com/arduino/original/4X/6/a/3/6a3a4f46600a335da2ec90659ce94c42a2e520dc.png)
482482

0 commit comments

Comments
 (0)