From the course: Learning Markdown: Formatting Text without the Complexity
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Auto links, inline links, and link references - Markdown Tutorial
From the course: Learning Markdown: Formatting Text without the Complexity
Auto links, inline links, and link references
- [Instructor] Links are an essential component to building any sort of document. The format for links in markdown is pretty simple, but sometimes can be hard to remember, and there's a couple of different variations. There are three formats for links. The first one is the easiest to remember, and it's just automatic links. You can see that I created a section here with some links as well as some text that the links would go in. In some applications, link that you type in will automatically become clickable just by starting them with this http colon slash slash text. You can see that that's not happening here in codepen, but if I pull this up in one of my favorite editors, Obsidian, you can see that by simply typing the link, it makes it clickable and also automatically underscored in a different format. That's pretty common in a lot of editors. However, that standard is not global. You can, however, wrap the link with angle brackets and they will be converted into clickable objects…
Contents
-
-
-
The different flavors of markdown2m 43s
-
Inline content3m 39s
-
(Locked)
ATX headings and headlines3m 35s
-
(Locked)
Using blockquotes1m 41s
-
(Locked)
Thematic breaks and horizontal rules1m 47s
-
(Locked)
Using lists3m 54s
-
(Locked)
Auto links, inline links, and link references5m 29s
-
(Locked)
Adding images6m 55s
-
(Locked)
Using HTML and CSS in Markdown7m 8s
-
-