From 6119b6e18ef7566424bc724fc01955c511e7537e Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Fri, 17 Feb 2023 14:19:02 +0900 Subject: [PATCH] svgbob should run after gettext svgbob translates `_text_` into `*text*`, which makes gettext fail to translate paragraphs with `_text_`. --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index bf230c7c9690..2c0852af4096 100644 --- a/book.toml +++ b/book.toml @@ -20,6 +20,7 @@ renderers = ["html"] [preprocessor.svgbob] renderers = ["html"] +after = ["gettext"] class = "bob" # Enable this preprocessor to overlay a large red rectangle on the