1.0.1 • Published 6 months ago

@bebeal/rehype-color-chips v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@bebeal/rehype-color-chips

Rehype plugin that converts color codes into visual color chips in MDX documents

Install

yarn add @bebeal/rehype-color-chips

Usage

import { rehypeColorChips } from '@bebeal/rehype-color-chips'

// In your MDX config
{
  rehypePlugins: [rehypeColorChips]
}

Usage in MDX

# Colors

Red: #f00

Green: #0f0

Blue: #00f

Turns into: