Update README.md

This commit is contained in:
Aiday Marlen Kyzy 2026-06-14 11:26:12 +02:00 committed by GitHub
parent 3c9ac18ded
commit 2c8429de20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.