14) - Markdown - Basics #1
Alrighty first one we are gonna cover is the basics of markdown. If you notice some similarities with HTML, it is cause they are in fact almost the same, HTML and Markdown are part of same genre of languages, Markup. The way I understood it is, that you mark specific words or text, with special tags. And the text takes the properties of the tag. Ether that is to hide the link into a disguise text, add an image, make lists, or quoting text. Different from HTML not in how it is handling the text but more actually in the commands used to mark your text. Here an example:
```
HTML bold tag <b>text</b>
Markdown bold tag **text**
```
Different commands, Different types or dialects of a language, same results. Now let me explain it properly, is it a method of text formatting for having structured documents. Website = Text Document with structure and a formation, a way of presenting organized information. Time to move on, four links in the bottom of the site and the first from the top is our pick.
Alrighty first one we are gonna cover is the basics of markdown. If you notice some similarities with HTML, it is cause they are in fact almost the same, HTML and Markdown are part of same genre of languages, Markup. The way I understood it is, that you mark specific words or text, with special tags. And the text takes the properties of the tag. Ether that is to hide the link into a disguise text, add an image, make lists, or quoting text. Different from HTML not in how it is handling the text but more actually in the commands used to mark your text. Here an example:
```
HTML bold tag <b>text</b>
Markdown bold tag **text**
```
Different commands, Different types or dialects of a language, same results. Now let me explain it properly, is it a method of text formatting for having structured documents. Website = Text Document with structure and a formation, a way of presenting organized information. Time to move on, four links in the bottom of the site and the first from the top is our pick.
Comments
Post a Comment