aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-12-01 21:07:38 +0000
committerSimon McVittie <smcv@debian.org>2018-12-01 21:07:38 +0000
commitce2edfe61d03c7013bd462a789f5b0307fd75f0a (patch)
treef24d7649c060d3564ceae6988640806576c176ca /doc/todo
parenteae0aaf9dc2be1605ab142d9a0f2549693b8f933 (diff)
downloadikiwiki-ce2edfe61d03c7013bd462a789f5b0307fd75f0a.tar
ikiwiki-ce2edfe61d03c7013bd462a789f5b0307fd75f0a.tar.gz
ikiwiki.info doesn't have fenced code blocks yet
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn b/doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn
index e0dec5cfa..3763cd9b0 100644
--- a/doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn
+++ b/doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn
@@ -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