From cacbe228d14ea0bdd2216534412382054f8a8699 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 26 Jul 2026 13:34:17 +0200 Subject: [PATCH] chore: release v0.2.3 ## Summary This version scopes Python Markdown support to the directories managed by the project configuration, such as the `docs_dir` and configured include directories. Markdown files outside those scopes, including project-root `README.md` files, remain under native Markdown support. Users can also switch documents back to Markdown without the extension overriding their choice. Signed-off-by: squidfunk --- integrations/code/package-lock.json | 4 ++-- integrations/code/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/code/package-lock.json b/integrations/code/package-lock.json index c2b6924..19fbc43 100644 --- a/integrations/code/package-lock.json +++ b/integrations/code/package-lock.json @@ -1,12 +1,12 @@ { "name": "zensical-studio", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zensical-studio", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "@zip.js/zip.js": "^2.8.26", diff --git a/integrations/code/package.json b/integrations/code/package.json index 6e25ac7..99b8961 100644 --- a/integrations/code/package.json +++ b/integrations/code/package.json @@ -1,6 +1,6 @@ { "name": "zensical-studio", - "version": "0.2.2", + "version": "0.2.3", "publisher": "zensical", "displayName": "Zensical Studio", "description": "Refactor documentation like code",