Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylelint/postcss-markdown

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylelint/postcss-markdown

PostCSS syntax for parsing Markdown

  • 0.36.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
668K
increased by4.46%
Maintainers
4
Weekly downloads
 
Created

What is @stylelint/postcss-markdown?

@stylelint/postcss-markdown is a plugin for Stylelint that allows you to lint CSS within Markdown files. This is particularly useful for projects that include CSS code snippets in Markdown documentation, ensuring that the CSS code adheres to your Stylelint configuration.

What are @stylelint/postcss-markdown's main functionalities?

Linting CSS in Markdown

This configuration extends the standard Stylelint configuration and applies it to all Markdown files in the project. The `customSyntax` option is set to `@stylelint/postcss-markdown`, enabling Stylelint to parse and lint CSS code blocks within Markdown files.

module.exports = {
  "extends": "stylelint-config-standard",
  "overrides": [
    {
      "files": ["**/*.md"],
      "customSyntax": "@stylelint/postcss-markdown"
    }
  ]
};

Other packages similar to @stylelint/postcss-markdown

Keywords

FAQs

Package last updated on 17 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc