summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/xtask/test_data/input.adoc
blob: 105bd8df0db76cb3db95e79f9d2222ee642a1a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
= Changelog #256
:sectanchors:
:page-layout: post

Hello!

Commit: commit:0123456789abcdef0123456789abcdef01234567[] +
Release: release:2022-01-01[]

== New Features

* **BREAKING** pr:1111[] shortcut kbd:[ctrl+r]
- hyphen-prefixed list item
* nested list item
** `foo` -> `foofoo`
** `bar` -> `barbar`
* listing in the secondary level
. install
. add to config
+
[source,json]
----
{"foo":"bar"}
----
* list item with continuation
+
image::https://example.com/animation.gif[]
+
image::https://example.com/animation.gif["alt text"]
+
video::https://example.com/movie.mp4[options=loop]
+
video::https://example.com/movie.mp4[options="autoplay,loop"]
+
.Image
image::https://example.com/animation.gif[]
+
.Video
video::https://example.com/movie.mp4[options=loop]
+
[source,bash]
----
rustup update nightly
----
+
----
This is a plain listing.
----
* single line item followed by empty lines

* multiline list
item followed by empty lines

* multiline list
  item with indent

* multiline list
item not followed by empty lines
* multiline list
item followed by different marker
** foo
** bar
* multiline list
item followed by list continuation
+
paragraph
paragraph

== Another Section

* foo bar baz
* list item with an inline image
  image:https://example.com/animation.gif[]

The highlight of the month is probably pr:1111[].
See https://example.com/manual[online manual] for more information.

[source,bash]
----
rustup update nightly
----

[source]
----
rustup update nightly
----

----
This is a plain listing.
----