fixed merge Lesson3

This commit is contained in:
gauthiier 2021-12-11 15:38:49 +01:00
parent 6a920bafa5
commit 2fd7e5cc73

View File

@ -1,15 +1,3 @@
## Markup / Markdown
### Goals
### History
### How
### Extra
https://packagecontrol.io/packages/Pandoc%20Academic
=======
# Markup / Markdown
Markup languages are one of the most pervasive and common types of language on the Internet. In fact HTML is a type of markup language responsible to instruct our web browsers on how to layout text, images and the likes on our screens. Behind all web pages, there is a markup text file that is sent from a server to our browsers when we type in a URL. The beauty of markup languages is that they are both [human-readable](https://en.wikipedia.org/wiki/Human-readable_medium) and [machine-readable](https://en.wikipedia.org/wiki/Machine-readable_data) and written in plain text format. Reading a marked up text one can notice the special "meta-codes" and related syntax that direct machines in interpreting the same text. The idea is thus to have some standards and conventions describing these meta-codes and expected machine interpretation.
@ -208,7 +196,7 @@ A very handy functionality of [Sublime Text](http://www.sublimetext.com) is its
Menu --> Syntax --> Markdown --> Markdown
### References
[^1]: Not to mention that you can directly open and read this file "Lesson3.md" and see how it is written.