From the course: Creating Technical Documentation with GitHub
Unlock this course with a free trial
Join today to access over 25,000 courses taught by industry experts.
Basic syntax and features in Markdown - GitHub Tutorial
From the course: Creating Technical Documentation with GitHub
Basic syntax and features in Markdown
- [Instructor] Basic syntax in markdown. Now, let's talk about headings. We have Heading 1, 2, 3, 4, 5, and 6. Okay? It is from 1 to 6. So, how to identify them is just with an hashtag, okay? One hashtag means Heading 1, two hashtags, Heading 2, up to Heading 6. So, let's go to dillinger.io and practicalize it out. Remember, I told you dillinger.io is a Markdown editor, okay. So, this is how it looks like. You can name your document. That's if you want, right? Then once you get here, you can control here and you know, remove everything. Okay, so let's talk about Heading 1, Heading 2. For Heading 1, is hashtag, right? Space, Heading 1. You can see it is big and bold. So for Heading 2, we have Heading 2, okay? You can see, it's also big and bold, but it's not as big as Heading 1. So, let's go to Heading 3. Heading 3, you can see? Then, let's go for Heading 4. Remember to always add space. If you don't have space after the hashtag, it won't work, let me show you. For an example, if I…