Skip to content

Instantly share code, notes, and snippets.

View horia-delicoti's full-sized avatar
:octocat:
٩(◔.◔)۶

Horia Delicoti horia-delicoti

:octocat:
٩(◔.◔)۶
View GitHub Profile
@horia-delicoti
horia-delicoti / markdown-details-collapsible.md
Created October 21, 2025 10:15
How to add a collapsible section in markdown

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
################################################################################
# Makefile for the CV generation process #
################################################################################
# This Makefile has all commands required to generate my CV from the source #
# the source data and template, as well as validation and prerequisites. #
# To get started, run `make`, or `make [command]` to run a specific command. #
################################################################################
# Full source on GitHub: https://github.com/horia-delicoti/cv #
# Licensed under the MIT License, ⓒ Horia Delicoti 2025 <horia.delicoti.com> #
################################################################################