-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Welcome to your repository!
This repository is all about communicating with Markdown. The first thing to know about communicating with Markdown is that Markdown is an easy and widely used way to format your text.
This repository, and all of the activities you complete in it, will be working towards building a static webpage displaying your customized portfolio.
What is Markdown?
Markdown is a lightweight syntax for styling all forms of writing on the GitHub platform and the web. 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. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *. You can use Markdown with the toolbar in Issues and Pull Requests, or you can learn the syntax and type it yourself.
You can use Markdown most places around GitHub:
- Comments in Issues and Pull Requests (like this one!)
- Files with the
.mdor.markdownextension - Sharing snippets of text in Gists
For more information, see “Writing on GitHub” in the GitHub Help Documentation.
Let's get started!