You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{
"name": "Post Name",
"gist_id": "first post id"
}]
Blog starter example:
\-\-\-
author: <Your Name>
title: What I learned at Utah JS 2021
date: 10/08/2021
image: https://i.imgur.com/qbMH8r1.png
authorImage: https://avatars.githubusercontent.com/u/15148900
tags: writing, post, utahJS
Headers:
# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag
Emphasis
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
Lists
* Item 1
* Item 2
* Item 2a
* Item 2b
Images

Format: 
Links:
http://github.com - automatic!
[GitHub](http://github.com)
\-\-\-