List of latest files prints extra newline

I have a following piece of script on my Obsidian page

$=dv.list(dv.pages('').sort(f=>f.file.mtime.ts,"desc").limit(5).file.link)

The problem is that output prints extra newline between those five lines (=too much space).

It used to work ok, but maybe some upgrade broke it. What to do to fix it?

What’s the behavior in default theme and without any css snippet? (and maybe without other plugins)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.