Skip to content

Instantly share code, notes, and snippets.

View jasondemorrow's full-sized avatar

Jason DeMorrow jasondemorrow

View GitHub Profile
@jasondemorrow
jasondemorrow / test.md
Created June 28, 2020 15:50
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@jasondemorrow
jasondemorrow / test.html
Created June 28, 2020 15:51
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>