]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Escape directives in code
authorSimon McVittie <smcv@debian.org>
Sat, 1 Dec 2018 21:06:39 +0000 (21:06 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 1 Dec 2018 21:06:39 +0000 (21:06 +0000)
doc/todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn

index 0483f2c10bca6dbb24c2dc73c6b7701b5ad8fed8..e0dec5cfae1e982ba46e6d79b21445546cd57d42 100644 (file)
@@ -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: