Skip to content

Instantly share code, notes, and snippets.

View PgBiel's full-sized avatar
💭
programming

PgBiel

💭
programming
View GitHub Profile
@fnky
fnky / ANSI.md
Last active June 7, 2025 00:14
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@matthewzring
matthewzring / markdown-text-101.md
Last active June 4, 2025 06:59
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers: