From 027c24f7287a3c5ba88d50d0dcf9deea5abdb00a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 16 Feb 2026 21:28:33 +0100 Subject: [PATCH] fix: corriger l'indentation du code Python dans la documentation --- content/uses.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/uses.md b/content/uses.md index b4dc542..a31421e 100644 --- a/content/uses.md +++ b/content/uses.md @@ -57,10 +57,10 @@ I prioritize tools that offer **AI-integration** and **strong type-checking**. * **Theme:** :prose-icon[ArtLab]{color="indigo" icon="i-ph-palette-duotone"} — A custom VS Code theme with optimized contrast for extended coding sessions, supporting both light and dark modes. * **Font:** GitHub Monaspace Neon (primary, ligatures enabled) & JetBrains Mono. - ```python [main.py] - def main(): - print("Hello, Research Lab!") - ``` +```python [main.py] +def main(): + print("Hello, Research Lab!") +``` :: ::card{title="Terminal & System" icon="i-ph-terminal-window-duotone"}