Skip to content

Commit 6dceff4

Browse files
committed
news: fix images refs
relative paths break when the post is shown in a descendant path compare: https://neovim.io/news/ vs https://neovim.io/news/2021/07
1 parent d305ae4 commit 6dceff4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

_posts/2020-04-14-newsletter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ As always, check [Following HEAD](https://github.com/neovim/neovim/wiki/Followin
6565

6666

6767
- New flag `msgsep` for `display` to avoid fullscreen scrolling for messages (**@bfredl**, [#8088](https://github.com/neovim/neovim/pull/8088))
68-
- See it in action: ![Demonstration of the new multiline message functionality](../images/news9_msgsep.gif)
68+
- See it in action: ![Demonstration of the new multiline message functionality](/images/news9_msgsep.gif)
6969

7070
- Numbered marks are now saved in shada files (**@ZyX-I**, [#5908](https://github.com/neovim/neovim/pull/5908))
7171

@@ -102,7 +102,7 @@ As always, check [Following HEAD](https://github.com/neovim/neovim/wiki/Followin
102102
- Channels: support buffered output and bytes sockets/stdio (**@bfredl**, [#6844](https://github.com/neovim/neovim/pull/6844))
103103

104104
- A proper viml expression parser is now available (**@ZyX-l**, [#7234](https://github.com/neovim/neovim/pull/7234))
105-
- It comes with various highlight groups, have a look at the following screen recording: ![Demonstration of expression highlighting](../images/news9_expression_highlight.gif)
105+
- It comes with various highlight groups, have a look at the following screen recording: ![Demonstration of expression highlighting](/images/news9_expression_highlight.gif)
106106

107107

108108
### The near future: Upcoming

_posts/2021-07-12-newsletter.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,9 @@ Of course, these were not the only [major changes in 0.5](https://github.com/neo
127127

128128
There is an improved decoration provider API that allows setting and interacting with extmarks (invisible anchored text markers that move when surrounding text is edited), virtual text (text overlays that can now be drawn at any position on screen), and highlights (which is heavily leveraged by nvim-treesitter).
129129

130-
The following notification mockups taken from a [Discourse post](https://neovim.discourse.group/t/wip-animated-notifications-plugin/448) by [@sunjon](https://github.com/sunjon) show what can be achieved with this API in combination with LuaJIT:
130+
This mockup from a [post](https://neovim.discourse.group/t/wip-animated-notifications-plugin/448) by [@sunjon](https://github.com/sunjon) shows what can be achieved with this API:
131131

132-
![Notification mockup 1](../images/news11_notif1.gif)
133-
![Notification mockup 2](../images/news11_notif2.gif)
132+
![Notification mockup 1](/images/news11_notif1.gif)
134133

135134
### Floats
136135

0 commit comments

Comments
 (0)