Skip to content

Bump zensical from 0.0.37 to 0.0.41#34

Merged
simonwoerpel merged 1 commit into
mainfrom
dependabot/pip/zensical-0.0.41
May 12, 2026
Merged

Bump zensical from 0.0.37 to 0.0.41#34
simonwoerpel merged 1 commit into
mainfrom
dependabot/pip/zensical-0.0.41

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps zensical from 0.0.37 to 0.0.41.

Release notes

Sourced from zensical's releases.

0.0.41

Summary

This version adds support for integrating tabular data as Markdown tables, covering the functionality of the mkdocs-table-reader-plugin, as well as the watch option to automatically rebuild on changes in unmonitored files. Table reading is implemented as part of macros, which we shipped in 0.0.40. You can now embed CSV and other file formats with:

{{ read_csv("data/team.csv") }}

Additionally, the stability of link validation has been drastically improved, reducing the rate of false positives. We're working on support for validating links using autorefs, which we'll provide in one of the next versions.

Changelog

Features

  • d24ea24 compat – support table reader functionality
  • 2cbb33d compat – support watch option (#643)

Bug fixes

  • 9e466fc ui – update ui to v0.0.17
  • bee1c3f compat – give higher priority than superfences to macros preprocessor (#638)

Refactorings

  • 67b6ef1 compat – make extensions consistent
  • bf26d1b zensical, compat – implement parser for link validation

0.0.40

Summary

This version adds support for macros, covering the functionality of the mkdocs-macros-plugin. Macros allow you to define custom variables and functions that can be used in your Markdown files, making it easier to manage and reuse content across your documentation.

We've implemented macros support as a Python Markdown extension, since it's essentially a Markdown preprocessor that doesn't need to be aware of the rest of Zensical's rendering process, except for the current page and configuration. The benefit is that it can now also be used in Python docstrings to build API documentation with mkdocstrings.

Changelog

Features

... (truncated)

Commits
  • 84adc6f chore: release v0.0.41
  • 9e466fc fix: update ui to v0.0.17
  • d24ea24 feature: support table reader functionality
  • 67b6ef1 refactor: make extensions consistent
  • bf26d1b refactor: implement parser for link validation
  • ee64247 chore: setup reusable fixtures for extensions testing (#645)
  • 2cbb33d feature: support watch option (#643)
  • bee1c3f fix: give higher priority than superfences to macros preprocessor (#638)
  • bc3e017 chore: release v0.0.40
  • bdc3471 fix: update ui to v0.0.16
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 11, 2026
Bumps [zensical](https://github.com/zensical/zensical) from 0.0.37 to 0.0.41.
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.37...v0.0.41)

---
updated-dependencies:
- dependency-name: zensical
  dependency-version: 0.0.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/zensical-0.0.41 branch from 87e1aeb to c099194 Compare May 12, 2026 11:34
@simonwoerpel simonwoerpel merged commit 160804f into main May 12, 2026
2 of 4 checks passed
@simonwoerpel simonwoerpel deleted the dependabot/pip/zensical-0.0.41 branch May 12, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant