Skip to content

slidevjs/prettier-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d7a185 · Feb 28, 2024

History

18 Commits
Feb 11, 2024
Feb 11, 2024
Feb 28, 2024
Feb 28, 2024
Feb 3, 2024
Feb 1, 2024
Feb 4, 2024
Feb 11, 2024
Feb 28, 2024
Feb 11, 2024
Feb 11, 2024
Feb 11, 2024

Repository files navigation

prettier-plugin-slidev

A Prettier plugin for Slidev.

Install

npm i -D prettier prettier-plugin-slidev

Activate the plugin

Create or modify your prettier configuration file to activate the plugin:

{
  "overrides": [
    {
      "files": ["slides.md", "pages/*.md"],
      "options": {
        "parser": "slidev",
        "plugins": ["prettier-plugin-slidev"]
      }
    }
  ]
}

Note that only specifying plugins is not enough, because Slidev and common Markdown files share the same file extension .md.