Fixed visual bug regarding `

This commit is contained in:
joten 2015-07-15 23:10:10 +02:00
parent b608d29e81
commit 5a71e1f837
1 changed files with 2 additions and 2 deletions

View File

@ -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 `&#96;Config_hotkey=` with `#### <kbd>`
* finding and replacing &#96;`Config_hotkey=` with `#### <kbd>`
* finding and replacing `::.-\n> ` with `</kbd>\n` (lpeg pattern)
* finding and replacing `<kbd>#` with `<kbd>Win</kbd><kbd>`
* finding and replacing `<kbd>!` with `<kbd>Alt</kbd><kbd>`