JasonDCox / ML-Mentorship-GovSchool

0 stars 0 forks source link

Learn To Write Markdown Documents #5

Closed gavinjalberghini closed 2 years ago

gavinjalberghini commented 2 years ago

Description: Markdown is a common file type associated with git. Markdown (.md) files can be checked in and edited efficiently in version control. We will leverage markdown for documentation of our code. It is another skill that is vital to good team collaboration and projects.

Acceptance Criteria: Be able to create, upload, and edit a markdown document in version control. Know where you need to go if you have to look for unfamiliar syntax (such as when you need to embed an image or video). Show me that you have completed this task by writing a markdown document detailing potential project ideas (at least two) that include one embedded video and image. Name the file __ideas.md and upload it to GitHub on the master branch in the Documents folder.

Markdown Get Started Guide - https://www.markdownguide.org/getting-started/ Markdown In-Browser Tutorial - https://www.markdowntutorial.com/ Markdown Cheat Sheet - https://www.markdownguide.org/cheat-sheet/ Markdown Basic Syntax - https://www.markdownguide.org/basic-syntax/

V:1