From b6a55e419c5b414e1f5a7dc65d506b42b3a0aa23 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Sat, 18 Feb 2023 00:49:34 +0900 Subject: [PATCH] svgbob should run after gettext (#429) svgbob translates `_text_` into `*text*`, which makes gettext fail to translate paragraphs with `_text_`. Co-authored-by: Jooyung Han --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index bf230c7c..2c0852af 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