HubSpell Markdown simplifier
npm install hubspell-simplifier-markdownhubspell-simplifier-markdown
----------------------------




HubSpell Markdown simplifier
Installation
------------
Install hubspell-simplifier-markdown by running:
``sh`
$ npm install --save hubspell-simplifier-markdown
Documentation
-------------
markdown String - simplified text | Param | Type | Description |
| --- | --- | --- |
| text | String | text |
Example
`js`
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:
`sh`
$ gulp test
Contribute
----------
- Issue Tracker: github.com/hubspell/hubspell-simplifier-markdown/issues
- Source Code: github.com/hubspell/hubspell-simplifier-markdown
Before submitting a PR, please make sure that you include tests, and that jshint runs without any warning:
`sh``
$ gulp lint
License
-------
The project is licensed under the MIT license.