From 2c8429de20719dd1991576d5f6b647506ae0cc02 Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Sun, 14 Jun 2026 11:26:12 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1e38cdb..7ccf997 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,7 @@ Code Style Keys is an Obsidian plugin that makes wrapping selected text in backt When you press the backtick key with text selected: - Single-line selection becomes inline code: `selected text`. -- Multi-line selection becomes a fenced code block: - -```text -``` -selected text -``` -``` +- Multi-line selection becomes a fenced code block The plugin also prevents duplicate trailing backticks that can appear from the original keypress.