home.social

#vitepress — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vitepress, aggregated by home.social.

  1. I added GitHub’s high contrast themes to the syntax highlighter Shiki github.com/shikijs/textmate-gr. The latest version of VitePress upgrades its Shiki dependency, so its codeblocks can pass color contrast accessibility guidelines! Use `github-light-high-contrast` and/or `github-dark-high-contrast` in your VitePress config. For example

    ```
    markdown: {
    theme: {
    dark: "github-dark-high-contrast",
    light: "github-light-high-contrast",
    },
    },
    ```

    #VitePress #shiki #a11y #FrontEnd