You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/categories/staff/moderation/_topics/moderator-instructions/1.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -468,15 +468,15 @@ Users often create topics in [categories](https://forum.arduino.cc/categories) w
468
468
469
469

470
470
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.
0 commit comments