Commit 43a4a67
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 changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| |||
0 commit comments