You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): format landing-page code snippets with Prism (#43)
The per-skill landing pages now let Prism format their code blocks. SKILL.md fenced code is tokenized server-side via the installed prismjs package, so every snippet on a skill page picks up the shared Prism theme, and the custom code-snippet styling (accent border, sunken panel) is scoped to the home page. The Prism theme is vendored from the npm dependency and inlined into each page.
0 commit comments