Skip to content

Instantly share code, notes, and snippets.

View nandosalas28's full-sized avatar
🎯
Focusing

Fernando Salas nandosalas28

🎯
Focusing
  • Mexico
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 23, 2026 22:51
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@MarcoEidinger
MarcoEidinger / TableWithCodeTipsAndExamples.md
Last active May 21, 2026 21:18
Master GitHub markdown tables with code blocks

Master GitHub markdown tables with code blocks

  1. Use HTML tags to define the table to get the best layout result
  2. Use either backticks (```) or the HTML pre element with attribute lang
  3. Keep a blank line before and after a code block for correct formatting and syntax highlighting

Good

Example: nice looking table to show HTTP Responses

@azagniotov
azagniotov / beautiful.rest.api.docs.in.markdown.md
Last active July 26, 2026 20:02
Example to create beautiful REST API docs in Markdown, inspired by Swagger API docs.