From: Simon McVittie Date: Sat, 1 Dec 2018 21:06:39 +0000 (+0000) Subject: Escape directives in code X-Git-Tag: 3.20190207~70 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/eae0aaf9dc2be1605ab142d9a0f2549693b8f933 Escape directives in code --- 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: