1.0.0 • Published 8 years ago

hubspell-simplifier-markdown v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubspell-simplifier-markdown

npm version dependencies Build Status Build status

HubSpell Markdown simplifier

Installation

Install hubspell-simplifier-markdown by running:

$ npm install --save hubspell-simplifier-markdown

Documentation

markdown.simplify(text) ⇒ String

Kind: static method of markdown
Summary: Simplify markdown text
Returns: String - simplified text
Access: protected

ParamTypeDescription
textStringtext

Example

var text = markdown.simplify('Foo _Bar_ Baz');
console.log(text);
// Foo Bar Baz

Support

If you're having any problem, please raise an issue on GitHub and the HubSpell team will be happy to help.

Tests

Run the test suite by doing:

$ gulp test

Contribute

Before submitting a PR, please make sure that you include tests, and that jshint runs without any warning:

$ gulp lint

License

The project is licensed under the MIT license.