0.2.0 • Published 5 years ago

remark-plain-text v0.2.0

Weekly downloads
127
License
MIT
Repository
-
Last release
5 years ago

remark-plain-text

Build Status

This is a plugin for the remark which extracts plain text

  • in: **bold**
  • out: bold

How to use

npm i -S remark remark-plain-text npx remark -u plain-text

or

npm i -g remark npm i -S remark-plain-text remark -u plain-text