From 0bf43d148c371d71b06e0c72df429a64bb366145 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 16 Jun 2026 21:34:56 -0300 Subject: content, replacer: --- src/replacer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/replacer.js') 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 = -- cgit 1.3.0-6-gf8a5