The-Notebookinator / notebookinator

https://the-notebookinator.github.io/notebookinator/
The Unlicense
32 stars 6 forks source link

🐛 The Linear theme borders break when entries pan multiple pages #48

Open BattleCh1cken opened 1 month ago

BattleCh1cken commented 1 month ago

Expected Behavior

Normally there is a border around the pages of the linear theme that looks like this:

image

Observed Behavior

However when the content in an entry spans multiple pages, this border is missing

image

Steps to Reproduce

Place the following code in a .typ file inside of the root of the Notebookinator, and then compile that file to see the bug.

#import "/lib.typ": *
#import themes.linear: linear-theme, components

#show: notebook.with(
  theme: linear-theme,
)

#create-frontmatter-entry(title: "Table of Contents")[
  #lorem(2000)
]

Environment