* fix(layout): Images missing (404) in multilingual (i18n) Page Bundles due to Markdown render hook
* fix(layout): Changed to .PageInner based on PR review to support included shortcodes correctly
* refactor(render-image): simplify i18n page bundle resource lookup
Use single PathUnescape + TrimPrefix expression instead of six
Get attempts; keep same behavior for bundle images and fallback.
* refactor: simplify resource path handling in render-image.html
* Add comment for multilingual permalink handling
Added comment for multilingual permalink resolution in render-image.html
---------
Co-authored-by: Xin <5097752+imfing@users.noreply.github.com>
* feat(image-zoom): add image zoom functionality and documentation
- Introduced a new `imageZoom` parameter in the configuration to enable click-to-zoom for Markdown images.
- Updated the `render-image.html` layout to support zoom functionality by adding a `data-zoomable` attribute to images.
- Created a new `medium-zoom.html` script to handle the zoom effect, with options for CDN or local asset loading.
- Enhanced documentation in `configuration.md` and `markdown.md` to guide users on enabling and configuring image zoom.
* docs(image-zoom): add image zoom documentation in multiple languages
- Added sections for image zoom functionality in Persian, Japanese, and Simplified Chinese documentation.
- Included configuration examples for enabling and disabling image zoom in specific pages.
- Updated related documentation to ensure consistency across languages.