1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Add hint for typing triple backticks on some keyboards

This commit is contained in:
Jermolene 2014-02-14 19:09:49 +00:00
parent e43a190dab
commit c3254bc981

View File

@ -1,5 +1,5 @@
created: 20131205160047557 created: 20131205160047557
modified: 20131205160108132 modified: 20140214190843724
tags: wikitext tags: wikitext
title: Code Blocks in WikiText title: Code Blocks in WikiText
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -19,3 +19,6 @@ Renders as:
``` ```
This will be monospaced 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.