diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-16 21:34:56 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-16 21:34:56 -0300 |
| commit | 0bf43d148c371d71b06e0c72df429a64bb366145 (patch) | |
| tree | 1c8187b063ddda9ae0f675fbbefc8104bbd0d012 /src/replacer.js | |
| parent | 6e12da958149ceb695cf4cd2fc62dfe991d20045 (diff) | |
content, replacer: <img banish-thumbs>
Diffstat (limited to 'src/replacer.js')
| -rw-r--r-- | src/replacer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/replacer.js b/src/replacer.js index e5e7cfa9..eef3c667 100644 --- a/src/replacer.js +++ b/src/replacer.js @@ -725,6 +725,7 @@ export function postprocessImages(inputNodes) { if (attributes.get('height')) node.height = parseInt(attributes.get('height')); if (attributes.get('align')) node.align = attributes.get('align'); if (attributes.get('pixelate')) node.pixelate = true; + if (attributes.get('banish-thumbs')) node.banishThumbs = true; if (attributes.get('warning')) { node.warnings = |