The <img>
element containing the compressed SVG figure will always have an text alternative (alt
property). This text can be specified using the alt-text
option of the graphviz block
(fixes issue #30)
Ensure plugin is included in sdist build
Maintainance release (no user visible changes)
- Add Python 3.12 to CI test matrix
- Switch build system from Hatchling to PDM
- Fix linter configuration
Maintenance release:
- Migrate to the new tooling standards
- Improve code quality
Maintenance release:
- Add Acknowledgments section in documentation
- Use full URL for the figure in the documentation
Maintenance release:
-
Drop item in ToDo list (was implemented in the previous release)
-
Use .format() instead of % operator to format strings
-
Add unit test for the setting of per-block configuration options
Allow per-block configuration settings
Allow the SVG XML output code to be uncompressed (through the new configuration variable GRAPHVIZ_COMPRESS). This allows more featureful SVG images, for instance including clickable URLs. Thanks to Maxim Kochurov for the contribution.
Fix initialization of error flag variable (concerns OS name "nt")
Initial release as namespace plugin