# Hacks for HackMD ### Indent X &nbsp;&nbsp;&nbsp;&nbsp;XXXX ### Center #### HTML <center>Center this text</center> #### CSS Alternative <p style="text-align:center">Center this text</p> #### Color #### HTML <font color="red">Red</font> #### CSS Alternative <p style="color:blue">Blue</p> ### Hidden Text [This is a comment that will be hidden.]: # ### Image Caption![] <figure> <figcaption> </figure> ### Link Target <a href="https://www.markdownguide.org" target="_blank">Learn Markdown!</a>