Changes

241 bytes added ,  01:14, 13 September 2021
no edit summary
Line 102: Line 102:     
This does nothing special besides adding quotation marks to the text, so I would just use them normally instead of the extra code.
 
This does nothing special besides adding quotation marks to the text, so I would just use them normally instead of the extra code.
 +
<big>'''Source Comments'''</big>
 +
<nowiki><!-- This is a comment --> </nowiki>
 +
 +
Adding the <!-- and the double dash > adds a comment that can only be seen when people use the "Edit Source" button. It will not appear on the actual wiki page.