aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-12-01 21:06:39 +0000
committerSimon McVittie <smcv@debian.org>2018-12-01 21:06:39 +0000
commiteae0aaf9dc2be1605ab142d9a0f2549693b8f933 (patch)
tree0b4792fb5fb47dac2171250104d9204e604c0311 /doc/todo
parent883d2141a805a1dd5d171cbc45ed6d7dd54d51bf (diff)
downloadikiwiki-eae0aaf9dc2be1605ab142d9a0f2549693b8f933.tar
ikiwiki-eae0aaf9dc2be1605ab142d9a0f2549693b8f933.tar.gz
Escape directives in code
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn8
1 files changed, 4 insertions, 4 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 0483f2c10..e0dec5cfa 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
@@ -5,13 +5,13 @@ copyright headers!) being inserted into the page instead.
For example, given a "index.mdwn" containing:
- [[!inline pages="inline" raw="yes"]]
- [[!inline pages="inline" raw="yes"]]
+ \[[!inline pages="inline" raw="yes"]]
+ \[[!inline pages="inline" raw="yes"]]
… and an "index.de.po" of:
- msgid "[[!inline pages=\"inline\" raw=\"yes\"]]\n"
- msgstr "[[!inline pages=\"inline.de\" raw=\"yes\"]]\n"
+ msgid "\[[!inline pages=\"inline\" raw=\"yes\"]]\n"
+ msgstr "\[[!inline pages=\"inline.de\" raw=\"yes\"]]\n"
… together with an "inline.mdwn" of: