From 4875b52e7d945a4ee027ff4155dc47165da328e2 Mon Sep 17 00:00:00 2001 From: Bradley Wyatt Date: Wed, 21 Jan 2026 09:36:43 -0600 Subject: [PATCH] Add download badge to README Added a badge for total downloads to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 888e254..94d22ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Collapsible Code Blocks +![Github All Releases](https://img.shields.io/github/downloads/bwya77/collapsible-code-blocks/total.svg) + Make code blocks collapsible in preview mode with customizable collapse/expand behavior and horizontal scrolling options. This plugin enhances the readability of your notes by allowing you to collapse long code blocks when you don't need to see their full content. ![Demo](/images/demo.gif)