How to justify outline entries?

Do you mean the following?

#show outline.entry: set par(justify: true)

#show outline.entry: it => link(
  it.element.location(),
  it.prefix() + h(1em) + it.inner(),
)

2 Likes