Merge pull request #2532 from ZhenShuo2021/fix/render-image

🐛 Fix(render-image): correct srcset and HTML structure
This commit is contained in:
Nuno C.
2025-10-14 10:07:52 +01:00
committed by GitHub
4 changed files with 110 additions and 47 deletions

View File

@@ -2,6 +2,9 @@
# These settings are required for the theme to function.
[goldmark]
[goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[goldmark.renderer]
unsafe = true