mirror of
https://github.com/aiday-mar/code-style-keys.git
synced 2026-07-22 07:46:32 +00:00
Update README.md
This commit is contained in:
parent
3c9ac18ded
commit
2c8429de20
1 changed files with 1 additions and 7 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue