From 5a71e1f83784fc6c5803e8cc30b8ee3a00fcfc63 Mon Sep 17 00:00:00 2001 From: joten Date: Wed, 15 Jul 2015 23:10:10 +0200 Subject: [PATCH] Fixed visual bug regarding ` --- doc/Cheat_sheet/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Cheat_sheet/README.md b/doc/Cheat_sheet/README.md index 0b75cfe..ffca581 100644 --- a/doc/Cheat_sheet/README.md +++ b/doc/Cheat_sheet/README.md @@ -5,9 +5,9 @@ The cheat sheet was created from `bug.n/doc/Default_hotkeys.md` as a source by * copying the file to `bug.n/doc/Cheat_sheet/` * changing the title from "Default hotkeys" to "bug.n default hotkeys" * removing the section "General description" -* finding and replacing `\r\n\r\n[^#*`>].-\r\n\r\n` with `\r\n\r\n` (lpeg pattern) +* finding and replacing `\r\n\r\n[^#*```>].-\r\n\r\n` with `\r\n\r\n` (lpeg pattern) -- This step has to be repeated. There are sections, which contain more than one additional paragraph. -* finding and replacing ``Config_hotkey=` with `#### ` +* finding and replacing ``Config_hotkey=` with `#### ` * finding and replacing `::.-\n> ` with `\n` (lpeg pattern) * finding and replacing `#` with `Win` * finding and replacing `!` with `Alt`