Skip to content

Instantly share code, notes, and snippets.

View mohamed-hashicorp's full-sized avatar

mohamed-hashicorp

  • Joined Oct 10, 2025
View GitHub Profile
@mohamed-hashicorp
mohamed-hashicorp / github-markdown-guide.md
Last active October 20, 2025 13:22
A quick reference for writing and formatting Markdown on GitHub

GitHub Markdown Guide

This page explains how to write and format content (like .md files, issues, pull requests, comments) on GitHub using Markdown and related syntax.


1. Headings

Use # through ###### (1–6) before text to define heading levels.
GitHub auto-generates a table of contents for files with multiple headings.