Skip to content

Commit 2847636

Browse files
author
Veetaha
committed
docs: change formatting
1 parent 6bd1ff1 commit 2847636

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

docs/user/readme.adoc

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
:toc: preamble
33
:sectanchors:
44
:page-layout: post
5+
// https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74#admonitions
6+
:tip-caption: :bulb:
7+
:note-caption: :information_source:
8+
:important-caption: :heavy_exclamation_mark:
9+
:caution-caption: :fire:
10+
:warning-caption: :warning:
11+
512

613

714
// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
@@ -40,12 +47,15 @@ By default, the plugin will prompt you to download the matching version of the s
4047

4148
image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[]
4249

43-
> Note: to disable this notification put the following to `settings.json`
44-
> ```json
45-
{
46-
"rust-analyzer.askBeforeDownload": false
47-
}
48-
```
50+
[NOTE]
51+
====
52+
To disable this notification put the following to `settings.json`
53+
54+
[source,json]
55+
----
56+
{ "rust-analyzer.askBeforeDownload": false }
57+
----
58+
====
4959

5060
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
5161

0 commit comments

Comments
 (0)