Skip to content

Instantly share code, notes, and snippets.

View chungminhtu's full-sized avatar

Chung Minh Tú chungminhtu

View GitHub Profile
@chungminhtu
chungminhtu / TableWithCodeTipsAndExamples.md
Created August 12, 2024 02:27 — forked from MarcoEidinger/TableWithCodeTipsAndExamples.md
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