From 3f748fe537f8dd70718b6a0c1aa6e7f1c4b8f43f Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Tue, 7 May 2024 11:46:33 -0400 Subject: [PATCH] docs: update readme todo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7577f6c..f12eb503 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Kong Markdown -> [!IMPORTANT] -> This repository and the `@kong/markdown` package are currently in development on the `main` branch. Breaking changes should be expected. - Kong's open-source markdown renderer and live editor. - [TODO](#todo) @@ -22,6 +19,8 @@ Kong's open-source markdown renderer and live editor. ## TODO +Currently, the package size is... HUGE. This is due to packaging the syntax highlighter lib along with Mermaid support. In the future, this will be optimized and/or externalized. + - [ ] Optimize exports via separate bundles for syntax highlighting options ## Usage