Skip to content

Instantly share code, notes, and snippets.

View balmacefa's full-sized avatar
👋

Fabián balmaceda rescia balmacefa

👋
View GitHub Profile
@DrSensor
DrSensor / Advanced Markdown Tricks.md
Last active February 1, 2026 14:59
Advanced Markdown Tricks

Repository

What Will I Learn?

In general, you will learn some markdown tricks combined with standard HTML tags. In more details what you will learn:

  • Hide-show content
  • Writing codeblocks inside codeblocks
  • Combining and using italic, bold, superscript, subscript, and/or strikethrough
  • Quoting long sentence (using nested blockquotes)
@joyrexus
joyrexus / README.md
Last active February 23, 2026 21:18
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")