Skip to content

chore(deps): update dependency zensical to v0.0.36#145

Merged
edgarrmondragon merged 1 commit intomainfrom
renovate/zensical-0.x
Apr 23, 2026
Merged

chore(deps): update dependency zensical to v0.0.36#145
edgarrmondragon merged 1 commit intomainfrom
renovate/zensical-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 23, 2026

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.34==0.0.36 age confidence

Release Notes

zensical/zensical (zensical)

v0.0.36: 0.0.36

Compare Source

Summary

This version adds the missing update of the user interface that should've been included with v0.0.35.

Changelog

Bug fixes
  • d4d88f8 ui – update ui to v0.0.15

v0.0.35: 0.0.35

Compare Source

[!WARNING]

Please update to v0.0.36 – this version is missing some changes to the user interface for the new features.

Summary

This version adds native support for GLightbox, a JavaScript lightbox library to add zoom and gallery features to images. Images can be automatically annotated with the new glightbox Markdown extension. Add the following to zensical.toml:

[project.markdown_extensions.zensical.extensions.glightbox]

[!NOTE]

In order to integrate with configuration in mkdocs.yml, where GLightbox is implemented as a plugin, a compatibility shim is included, so no re-configuration is necessary if you're already using the plugin. Note that our extension is more efficient and faster than the plugin, as it does not re-parse the entire HTML of each page, but instead uses Python Markdown's native extension API.

HTML in the table of contents

Additionally, section titles in the table of contents will now render with HTML markup, so you can use emojis and other inline features in section titles and have them render correctly in the table of contents. In Material for MkDocs, this functionality was implemented with the typeset plugin. Zensical now supports this natively.

table-of-contents-fs8
Relative links in raw HTML

Relative links in raw HTML are now correctly resolved. Initially, we carried over the link processing and resolution logic from MkDocs, which does not support relative links in raw HTML to this day. We implemented a Python Markdown postprocessor, to ensure that relative links in raw HTML are handled as well.

Changelog

Features
  • 5519730 zensical, compat – render section title with markup in table of contents
  • db8518d compat – add plugin compatibility shim for glightbox
  • 057da7c compat – add support for image galleries using glightbox (#​290)
Bug fixes
  • 64f3f33 compat – relative links in raw HTML not correctly resolved (#​258)
  • 87abb2a compat – remove img attributes moved to parent in GLightboxExtension
  • f7531af compat – images in raw HTML are double-processed by GLightboxExtension
  • 1d8dc83 compat – ensure None attributes are not added by GlightboxExtension
  • 773fa76 zensical – support uv's symlink mode (#​557)
Refactorings
  • 7c977a8 compat – move GLightbox extension to regular Postprocessor

Configuration

📅 Schedule: (in timezone America/Mexico_City)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from edgarrmondragon as a code owner April 23, 2026 19:01
@read-the-docs-community
Copy link
Copy Markdown

@edgarrmondragon edgarrmondragon added this pull request to the merge queue Apr 23, 2026
Merged via the queue into main with commit 25bd67c Apr 23, 2026
18 checks passed
@edgarrmondragon edgarrmondragon deleted the renovate/zensical-0.x branch April 23, 2026 19:06
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