Everything to know about formatting a post

Hidden Text


:back_arrow: Back to Guide


Single Line Comment:

Line above comment
[comment]: <> (A line above the comment must be empty due to how the post is processed by the server)

[comment]: <> () Anything outside the parenthesis on the same line will not be hidden

[comment]: <> (This comment is hidden)

<!-- This comment is also hidden -->

Result

Line above comment
comment: <> (A line above the comment must be empty due to how the post is processed by the server)

comment: <> () Anything outside the parenthesis on the same line will not be hidden


Multiline comment:

<!---

(anything between the <!-      -> can only be viewed here)

-->

Text between comments

<!---

Hidden Text

-->

Text between comments

<!---

[details="Summary"]
This text will be hidden

-->

[/details]
Result

Text between comments

Text between comments

[/details]