]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
ikiwiki.info doesn't have fenced code blocks yet
authorSimon McVittie <smcv@debian.org>
Sat, 1 Dec 2018 21:07:38 +0000 (21:07 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 1 Dec 2018 21:07:38 +0000 (21:07 +0000)
doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn

index e0dec5cfae1e982ba46e6d79b21445546cd57d42..3763cd9b08ea24806ed852e89f43b7a01b6c0cdd 100644 (file)
@@ -108,14 +108,12 @@ Looking back at the history of the `po` plugin, it seems that the
 `alreadyfiltered` mechanism was introduced (under a different name,
 with less abstraction) by [[intrigeri]] in commit 1e874b3f:
 
-```
-po plugin[filter]: avoid converting more than once per destfile
+    po plugin[filter]: avoid converting more than once per destfile
 
-Only the first filter function call on a given {page,destpage} must convert it
-from the PO file, subsequent calls must leave the passed $content unmodified.
+    Only the first filter function call on a given {page,destpage} must convert it
+    from the PO file, subsequent calls must leave the passed $content unmodified.
 
-Else, preprocessing loops are the rule.
-```
+    Else, preprocessing loops are the rule.
 
 I don't understand this. Under what circumstances would we pass content
 through the filter hooks, and then pass it back through the same filter