From 30997f3f249e33bcf4ff40a19e1543fed3f0bf2d Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 14 Feb 2014 19:28:44 +0000 Subject: [PATCH] Docs update --- editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid index 72e001471..439528ff3 100644 --- a/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid @@ -20,5 +20,5 @@ Renders as: This will be monospaced ``` -Note that some keyboard layouts treat the backtick as a [[dead key|http://en.wikipedia.org/wiki/Dead_key]], making it hard to type. The trick is to type three backticks followed by a space (and then typically remove the space). Alternatively, type all six backticks in one go, then a space, and then move the cursor back to type or paste the content. +Note that some keyboard layouts treat the backtick as a [[dead key|http://en.wikipedia.org/wiki/Dead_key]], making it hard to type. The trick is to type three backticks followed by a space. Alternatively, type all six backticks in one go, then a space, and then move the cursor back three characters to type or paste the content.