I have the following in my .config/jj/config.toml:
[templates]
log = "builtin_log_compact_full_description"
[template-aliases]
description_placeholder = '"(no description)\n"' # Adds LF to top change
because I like an empty line on my current changeset.
lazyjj displays the following:

and when I press the down arrow, this:

It seems, lazyjj is confused by the \n and all highlights below are off by one?
I have the following in my
.config/jj/config.toml:because I like an empty line on my current changeset.
lazyjj displays the following:
and when I press the down arrow, this:
It seems, lazyjj is confused by the
\nand all highlights below are off by one?