1= Changelog #256 2:sectanchors: 3:page-layout: post 4 5Hello! 6 7Commit: commit:0123456789abcdef0123456789abcdef01234567[] + 8Release: release:2022-01-01[] 9 10== New Features 11 12* **BREAKING** pr:1111[] shortcut kbd:[ctrl+r] 13- hyphen-prefixed list item 14* nested list item 15** `foo` -> `foofoo` 16** `bar` -> `barbar` 17* listing in the secondary level 18. install 19. add to config 20+ 21[source,json] 22---- 23{"foo":"bar"} 24---- 25* list item with continuation 26+ 27image::https://example.com/animation.gif[] 28+ 29image::https://example.com/animation.gif["alt text"] 30+ 31video::https://example.com/movie.mp4[options=loop] 32+ 33video::https://example.com/movie.mp4[options="autoplay,loop"] 34+ 35.Image 36image::https://example.com/animation.gif[] 37+ 38.Video 39video::https://example.com/movie.mp4[options=loop] 40+ 41[source,bash] 42---- 43rustup update nightly 44---- 45+ 46---- 47This is a plain listing. 48---- 49* single line item followed by empty lines 50 51* multiline list 52item followed by empty lines 53 54* multiline list 55 item with indent 56 57* multiline list 58item not followed by empty lines 59* multiline list 60item followed by different marker 61** foo 62** bar 63* multiline list 64item followed by list continuation 65+ 66paragraph 67paragraph 68 69== Another Section 70 71* foo bar baz 72* list item with an inline image 73 image:https://example.com/animation.gif[] 74 75The highlight of the month is probably pr:1111[]. 76See https://example.com/manual[online manual] for more information. 77 78[source,bash] 79---- 80rustup update nightly 81---- 82 83[source] 84---- 85rustup update nightly 86---- 87 88---- 89This is a plain listing. 90---- 91