0.2.1 • Published 16 days ago

remark-meta-string v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

remark-code-meta-string

Pass the meta string of the Code block as a metaString to hast's properties.

Installation

# npm
npm install rehype-custom-code

# pnpm
pnpm add rehype-custom-code

# bun
bun add rehype-custom-code

Usage

See: test code

Development

Commands

CommandDescription
bun installInstall dependencies
bun run buildBuild the project
bun run testRun tests with watch mode
bun run checkLint and format
npm publish --dry-runCheck locally for products to be published to npm
npm publish --access publicPublish to npm

Publish

  1. Update version in package.json
  2. commit with tag vX.X.X
  3. push to GitHub
0.2.1

16 days ago

0.2.0

16 days ago

0.1.0

6 months ago