reading-notes

Reading 02a summary :

Markdown (.md) is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform. It used to control the display of the document; formatting words as bold or italic, adding images, and creating lists…etc.

• Examples:

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

What is GitHub Pages?

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website.