Skip to content

Instantly share code, notes, and snippets.

View nandosalas28's full-sized avatar
🎯
Focusing

Fernando Salas nandosalas28

🎯
Focusing
  • Mexico
View GitHub Profile
@azagniotov
azagniotov / beautiful.rest.api.docs.in.markdown.md
Last active December 8, 2025 01:27
Example to create beautiful REST API docs in Markdown, inspired by Swagger API docs.
@MarcoEidinger
MarcoEidinger / TableWithCodeTipsAndExamples.md
Last active July 25, 2025 16:26
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

@PurpleBooth
PurpleBooth / README-Template.md
Last active February 18, 2026 05:11
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