💻
Cheatsheets
  • Most Useful Command Line Tools: 50 Cool Tools to Improve Your Workflow, Boost Productivity, and More
  • 7_tips_to_reverse_engineer_javascript
  • Configuring a Repl
  • How to create your command-line program (CLI) with NodeJS and Commander.js | by Duc N. | JavaScript
  • replit Node.JS 24/7 Project Hoster
  • cheatsheets
  • Alacritty, Tmux, and Vim
  • amethyst
  • Android
  • Installing Arch Linux
  • Arch Linux
  • aria2
  • bin
  • bspwm
  • Chocolately Notes
  • command_line_pipes
  • CSS Grid
  • curl
  • The curl guide to HTTP requests
  • Docker
  • Easymotion
  • Emmet
  • Favorite figlet fonts
  • FFMPEG
  • figlet
  • File Serve
  • File Transfer
  • fish shell
  • Front End Dev Links
  • How to use Git.io to shorten GitHub URLs and create vanity URLs
  • Git
  • Downloading a Tarball from GitHub
  • Make Infinite Gmail Addresses For One Inbox
  • How To Use GPG on the Command Line
  • guide_to_fish_completions
  • Homebrew
  • How to clean Arch Linux
  • HTML5 Boilerplate
  • Install
  • All the keyboard shortcuts you’ll ever need for Safari on iPad
  • iosevka
  • iPhone
  • ish (iOS)
  • Javascript Notes
  • jq
  • Jupyter Notebooks
  • Lettering
  • lf-wiki
  • lf
  • Command Line
  • Adding a swapfile after a clean installation without swap partition
  • mac_bluetooth_issues
  • Mac Terminal
  • maim
  • markdown-sample
  • Markdown Notes
  • Images in README.md Markdown Files
  • Organizing information with tables
  • md_cheatsheet
  • NiftyWindows Help
  • nix
  • Justin Restivo - A Portable Text Editor: Nix <3 Neovim
  • NPM
  • neovim configuration
  • Pastery
  • Powershell
  • Table of Basic PowerShell Commands | Scripting Blog
  • Powershell Modules
  • Puppeteer
  • Python
  • rclone-colab
  • replit
  • Hi there, I'm Raju Ghorai - a.k.a. [coderj001]
  • Scriptable
  • Servor
  • Replacing Postlight’s Mercury scraping service with your self-hosted copy
  • Shell Scripts
  • skhd
  • Spicetify
  • SSH
  • SurfingKeys
  • tar
  • Terminal Web Browser Docker
  • Text Generators
  • tmux shortcuts & cheatsheet
  • unicode
  • VIM
  • VIM Diff
  • vi Complete Key Binding List
  • 8 Essential Vim Editor Navigation Fundamentals
  • Vim Shortcut Keys
  • Vite
  • VNC
  • web-servers
  • Web Server
  • Windows Command Line
  • Writeguard
  • WSL Cheatsheet
  • youtube-dl
  • zsh Plugins
  • zspotify
Powered by GitBook
On this page
  • Headings
  • Level 1 heading
  • Level 2 heading
  • Emphasising Text
  • Quotation
  • Code
  • Links
  • Lists
  • Unordered List
  • Ordered List
  • Mixed List
  • Check List
  • Emoji
  • Escaping Content
  • HTML
  • Table Support

Was this helpful?

markdown-sample

Headings

Level 1 heading

Level 2 heading

Level 3 heading

Level 4 heading

Level 5 heading

Level 6 heading

Emphasising Text

This is bold text

This text is italicized

This was mistaken text

This text is extremely important

All this text is important

Quotation

In the words of Abraham Lincoln:

Pardon my French

Code

Use git status to list all new or modified files that haven't yet been committed.

Some basic Git commands are:

git status
git add
git commit

Links

Lists

Unordered List

  • Red

  • Green

    • Olive

  • Blue

    • Cyan

    • Navy

Ordered List

  1. Red

  2. Green

    1. Olive

  3. Blue

    1. Cyan

    2. Navy

Mixed List

  1. Red

  2. Green

    • Olive

  3. Blue

    • Cyan

    • Navy

Check List

Emoji

:EMOJICODE:

Escaping Content

You should also be able to *escape* Markdown syntax by utilising back slashes.

HTML

Being Markdown based html should also be supported.

Table Support

Command left-aligned
Command center-aligned
Command right-aligned
Description

git status

git status

git status

List all new or modified files

git diff

git diff

git diff

Show file differences that haven't been staged

PreviousmaimNextMarkdown Notes

Last updated 2 years ago

Was this helpful?

Have you taken a look at yet?

GitHub syntax can also support emoji

👍
GitHub Pages