From c3254bc981a674735c99f203f4d12a1a6e79f10a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 14 Feb 2014 19:09:49 +0000 Subject: [PATCH] Add hint for typing triple backticks on some keyboards --- .../tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid | 5 ++++- 1 file changed, 4 insertions(+), 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 7b102af31..72e001471 100644 --- a/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid @@ -1,5 +1,5 @@ created: 20131205160047557 -modified: 20131205160108132 +modified: 20140214190843724 tags: wikitext title: Code Blocks in WikiText type: text/vnd.tiddlywiki @@ -19,3 +19,6 @@ 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. +