"body": "Links and media intentionally use very similar syntax. \n\nLinks: `[some link text](some URL)`\n \nMedia: ``\n\nThe \"alt(ernative) text\" is displayed/read out loud for users who can't view the media file, and should be descriptive of the media file's contents.\n\nExamples:\n\n [Defective By Design](http://defectivebydesigh.org)\n\n \n\nbecomes:\n\n[Defective By Design](http://defectivebydesigh.org)\n\n\n\nWhen you just want to use plain URLs and email addresses, you can surround them with `<angle brackets>`. In GitHub style, you don't need the angle brackets for URLs -- in vanilla markdown, you do.\n\n My name: Grover Cleveland \n My email address: <
[email protected]> \n My homepage: https://www.whitehouse.gov/\n\nbecomes: \n\nMy name: Grover Cleveland \nMy email address: <
[email protected]> \nMy homepage: https://www.whitehouse.gov/ \n"
0 commit comments