@pvm/cli-inline-remark-plugin

0.0.1 • Public • Published

Usage

import {unified} from 'unified'
import cliInline from '@pvm/cli-inline-remark-plugin'

main()

async function main() {
  const file = await unified()
    .use(cliInline)
    .process('# Hello, Neptune!')

  console.log(String(file))
}

For more details check the usage guide for remark

Example

String @cli-inline npm -v will be replaced with npm -v output

8.10.0

Readme

Keywords

none

Package Sidebar

Install

npm i @pvm/cli-inline-remark-plugin

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

2.13 kB

Total Files

3

Last publish

Collaborators

  • mshipov
  • tinkoffbank
  • anru