fix(deps): update pipx:zensical to 0.0.40#61
Merged
Conversation
| datasource | package | from | to | | ---------- | -------- | ------ | ------ | | pypi | zensical | 0.0.39 | 0.0.40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.39→0.0.40Release Notes
zensical/zensical (pipx:zensical)
v0.0.40: 0.0.40Compare Source
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
36b5131compat – exclude macros blocks from link validationf7fe088compat – support macros pluginBug fixes
bdc3471ui – update ui to v0.0.164be2374compat – link validation doesn't catch end of MathJax when\rpresent (#615)c6cffeccompat – link validation exclusions don't catch\r\nline feeds6efe0a3compat – link validation exclusions require empty line after code block (#618)645bbe8zensical – clear site directory contents instead of removing it (#621)814d2e9zensical – link validation yields false positives on Windows (#616)b229baczensical-serve –zensical servereturns 404 after suspend (#574)b5492cecompat – shim formkdocs-glightboxfails when only defaults are set (#611)Refactorings
91090e9zensical, compat – combine file watching for extensionsb2fdc78zensical, compat – pass rendering context into preprocessorConfiguration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.