From 55673a0638ac3c7805587c356824f5d8d77c442b Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 23 Jun 2026 15:06:21 +0200 Subject: [PATCH] chore: release v0.1.2 ## Summary This version brings Zensical Studio closer to full Python Markdown parity with expanded highlighting for commonly used authoring constructs, including [snippets], [emojis/icons], [smart symbols], [keyboard keys], inline math, list markers, and [task lists]. It also improves nested inline highlighting, for example HTML entities and inline HTML inside link text. Moreover, Zensical Studio will now automatically activate when a `mkdocs.yml` or `zensical.toml` file is present in the project root, allowing for a more seamless authoring experience. [snippets]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/ [emojis/icons]: https://facelessuser.github.io/pymdown-extensions/extensions/emoji/ [smart symbols]: https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/ [keyboard keys]: https://facelessuser.github.io/pymdown-extensions/extensions/keys/ [task lists]: https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/ 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 4b75e27..ad95e81 100644 --- a/integrations/code/package-lock.json +++ b/integrations/code/package-lock.json @@ -1,12 +1,12 @@ { "name": "zensical-studio", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zensical-studio", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "@zip.js/zip.js": "^2.8.26", diff --git a/integrations/code/package.json b/integrations/code/package.json index c5cfbd2..ed0e6ea 100644 --- a/integrations/code/package.json +++ b/integrations/code/package.json @@ -1,6 +1,6 @@ { "name": "zensical-studio", - "version": "0.1.1", + "version": "0.1.2", "publisher": "zensical", "displayName": "Zensical Studio", "description": "Refactor documentation like code",