Skip to content

Commit b2fbe09

Browse files
committed
docs: use github markdown alerts
1 parent d758a00 commit b2fbe09

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,25 +146,26 @@ Examples:
146146
- `:DiffviewFileHistory --range=feat/example-branch`
147147
- `:'<,'>DiffviewFileHistory`
148148

149-
### Familiarize Yourself With `:h diff-mode`
150-
151-
| :information_source: This plugin assumes you're familiar with all the features already provided by nvim's builtin diff-mode |
152-
|:-----------------------------------------|
153-
154-
These features include:
155-
156-
- Jumping between hunks (`:h jumpto-diffs`).
157-
- Applying the changes of a diff hunk from any of the diffed buffers
158-
(`:h copy-diffs`).
159-
- And more...
160-
161-
Visit the help page for more info.
149+
> [!IMPORTANT]
150+
> ### Familiarize Yourself With `:h diff-mode`
151+
>
152+
> This plugin assumes you're familiar with all the features already provided by
153+
> nvim's builtin diff-mode. These features include:
154+
>
155+
> - Jumping between hunks (`:h jumpto-diffs`).
156+
> - Applying the changes of a diff hunk from any of the diffed buffers
157+
> (`:h copy-diffs`).
158+
> - And more...
159+
>
160+
> Read the help page for more info.
162161
163162
---
164163

165164
<br>
166165

167-
#### :information_source: Additionally check out [USAGE](USAGE.md) for examples of some more specific use-cases
166+
> [!NOTE]
167+
> Additionally check out [USAGE](USAGE.md) for examples of some more specific
168+
> use-cases.
168169
169170
<br>
170171

0 commit comments

Comments
 (0)