Skip to content

chore: release v0.2.7 - #83

Merged
squidfunk merged 1 commit into
masterfrom
release/v0.2.7
Aug 10, 2026
Merged

chore: release v0.2.7#83
squidfunk merged 1 commit into
masterfrom
release/v0.2.7

Conversation

@squidfunk

Copy link
Copy Markdown
Member

Summary

This version adds support for Directives – our new Markdown extension that provides syntax highlighting for block and inline directives, including conditions, catalog values, reusable files, and variables:

@if deployment = cloud
    Use the managed cloud service.

@use "shared/guide.md"

Zensical Studio's Markdown preview now supports switching between configured variants, making it easy to inspect each documentation variant as you write.

## Summary

This version adds support for Directives – our new Markdown extension that  provides syntax highlighting for block and inline directives, including conditions, catalog values, reusable files, and variables:

``` md
@if deployment = cloud
    Use the managed cloud service.

@use "shared/guide.md"
```

Zensical Studio's Markdown preview now supports switching between configured variants, making it easy to inspect each documentation variant as you write.

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
@squidfunk
squidfunk merged commit 317aaf7 into master Aug 10, 2026
3 checks passed
@squidfunk
squidfunk deleted the release/v0.2.7 branch August 10, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant