From 104ee262ba39991b33c062f903b548dbec77155f Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 13 Apr 2015 13:03:43 +0100 Subject: [PATCH] Go back to ``` for monospaced ` in README, works correctly with asciidoctor For some reason it does not go well with current github asciidoc formatting which is supposed to use asciidoctor, probably still on an older version. --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 256a89e9a..9431d2c68 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -322,7 +322,7 @@ Changes * `alt-&`: copy indent, copy the indentation of the main selection (or the count one if a count is given) to all other ones - * ` ` `: to lower case + * ```: to lower case * `~`: to upper case * `alt-``: swap case @@ -439,7 +439,7 @@ object you want. * `a`, `<` or `>`: select the enclosing <> block * `"`: select the enclosing double quoted string * `'`: select the enclosing single quoted string - * ` ` `: select the enclosing grave quoted string + * ```: select the enclosing grave quoted string * `w`: select the whole word * `W`: select the whole WORD * `s`: select the sentence