Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.63 KB

File metadata and controls

24 lines (19 loc) · 1.63 KB

Code 201 Reading Notes

GitHub Pages are public webpages hosted and easily published through GitHub. The quickest way to get up and running is by using the Jekyll Theme Chooser to load a pre-made theme. You can then modify your GitHub Pages’ content and style remotely via the web or locally on your computer.

features of Markdown:

image

  1. a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.
  2. s a way to style text on the web.
  3. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown.
  4. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, such as * or #.
  5. Take advantage of GitHub's automatic markdown offering.

read01.

read02

read03 read04 read04b read05 read06 read07 read09 class01