From 8b40205e78667e2a08ccc5eb15a8fbbb657ab7e9 Mon Sep 17 00:00:00 2001 From: valentine195 <38669521+valentine195@users.noreply.github.com> Date: Wed, 17 Mar 2021 14:44:55 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c1e328..1b35f84 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,12 @@ The admonition icons are svgs defined as variables on the ```:root``` with the n --admonition-icon--quote: url("data:image/svg+xml;charset=utf-8,"); ``` +## Todo +- Add the ability to collapse the admonition +- Custom admonitions +- Settings tab to customize icon and color of included admonitions +- Longterm - ability to render markdown inside an admonition + ## Installation ### From GitHub