Skip to content

Commit b6a55e4

Browse files
jooyunghanJooyung Han
andauthored
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 <[email protected]>
1 parent 00edafb commit b6a55e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ renderers = ["html"]
2020

2121
[preprocessor.svgbob]
2222
renderers = ["html"]
23+
after = ["gettext"]
2324
class = "bob"
2425

2526
# Enable this preprocessor to overlay a large red rectangle on the

0 commit comments

Comments
 (0)