init.OSS
Learn to CodeLearn to ContributePractice ContributingContribute
  • HTML
    • Introduction
    • Boilerplate
    • Text Formatting
    • Links and Images
    • Tables
    • Lists
  • Markdown
    • Introduction
    • Text Formatting
    • Links and Images
    • Tables
    • Lists
    • Code

Links and Images in Markdown

Markdown


Links

Links in markdown are inserted using the following syntax

[alt](https://google.com)

The first parameter is mapped to the alt attribute in HTML and the second is mapped to the href attribute

Images

Images use a very similar syntax, but with an exclamation point in front:

![alt](https://example.com/image.png)
GitHub icon

Edit this page on GitHub

withby Sam Robbins
Powered by