From 944b1288940afd3d6296621e9880d0214ae25fb5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 17 Mar 2026 23:43:29 +0100 Subject: [PATCH] feat: add icons, better suited than emojis --- index.html | 5 +++++ src/hooks/useMarkdown.hook.ts | 2 ++ src/utils/markdown/markdown-it-tabler-icons.ts | 10 ++++++++++ 3 files changed, 17 insertions(+) create mode 100644 src/utils/markdown/markdown-it-tabler-icons.ts diff --git a/index.html b/index.html index f9d2373..097de59 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,11 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css" /> +