Skip to content

Instantly share code, notes, and snippets.

@santisbon
Last active March 16, 2023 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santisbon/a05d36b3255f18dab9079d3e5e575a6c to your computer and use it in GitHub Desktop.
Save santisbon/a05d36b3255f18dab9079d3e5e575a6c to your computer and use it in GitHub Desktop.
Tips for working with #markdown files.

Markdown cheat sheet

Create a Table of Contents

Download the tool to generate a table of contents.

Add an image to Github gist

git clone https://gist.github.com/<hash>.git # with https
git clone git@gist.github.com:<hash>.git     # or with ssh

git add your-image.jpg
git commit -m "Add image"
git push origin main # or master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment