typst / packages

Packages for Typst.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Colorful-Boxes is incorrect

Aevyz opened this issue · comments

commented

Readme for Colorful-Boxes 1.2.0 claims

#slanted-colorbox(
  title: lorem(5),
  color: "red",
  radius: 0pt,
  width: auto
)[
  #lorem(50)
]

when the code refers to #let slantedColorbox(title: "title", color: none, radius: 0pt, width: auto, body) = {

https://github.com/typst/packages/blob/main/packages/preview/colorful-boxes/1.2.0/lib.typ#L59C1-L60C1

Probably, this fix needs to be done by @Loewe1000

Please open an issue here instead: https://github.com/lkoehl/typst-boxes