Skip to content

Instantly share code, notes, and snippets.

View Hillarydalie's full-sized avatar

Hillarydalie Hillarydalie

View GitHub Profile
@Hillarydalie
Hillarydalie / cheatsheet-raw
Created October 13, 2019 23:09 — forked from centwave/cheatsheet-raw
Cheat sheet for markdown
# Header 1 #
## Header 2 ##
### Header 3 ### (Hashes on right are optional)
#### Header 4 ####
##### Header 5 #####
## Markdown plus h2 with a custom ID ## {#id-goes-here}
[Link back to H2](#id-goes-here)
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
@Hillarydalie
Hillarydalie / README-Template.md
Created October 13, 2019 22:04 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites