beamcode

Results 6 issues of beamcode

Made cool animation for ur Navbar ![image](https://github.com/samuelkraft/samuelkraft-next/assets/73224590/cf2b7565-65cf-4565-b7e4-89a839406c90)

The example css did not work properly for conditional showLineNumbers. Used the css from the website that shows the working example. - Line 45-53 https://github.com/rehype-pretty/rehype-pretty-code/blob/master/website/src/app/globals.css Previous sizing of 3rem for...

Is this expected ? Thanks! **- Works** \```tsx showLineNumbers /age/#v /name/#v /setAge/#s /setName/#s /50/#i /"Taylor"/#i const [age, setAge] = useState(50) const [name, setName] = useState("Taylor") \``` **- Does now work**...

bug
good first issue

[Shiki] 10 instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call `highlighter.dispose()` to release unused...

The example css did not work for conditional showLineNumbers. Used the css from the website that shows the working example. Line 75-83 (example i used) https://github.com/rehype-pretty/rehype-pretty-code/blob/master/examples/astro/src/globals.css Old PR https://github.com/rehype-pretty/rehype-pretty-code/pull/203 Testimonial...