Support Markdown avec guide de syntaxe pour les notes d'entretien

This commit is contained in:
jeremy bayse
2026-03-20 11:06:14 +01:00
parent 27200a6839
commit eeb8d53752
4 changed files with 108 additions and 88 deletions

View File

@@ -1,5 +1,6 @@
import defaultTheme from 'tailwindcss/defaultTheme';
import forms from '@tailwindcss/forms';
import typography from '@tailwindcss/typography';
/** @type {import('tailwindcss').Config} */
export default {
@@ -18,5 +19,5 @@ export default {
},
},
plugins: [forms],
plugins: [forms, typography],
};