hubspell-simplifier-markdown
v1.0.0
Published
HubSpell Markdown simplifier
Downloads
7
Readme
hubspell-simplifier-markdown
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
| Param | Type | Description | | --- | --- | --- | | text | String | text |
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
- 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:
$ gulp lint
License
The project is licensed under the MIT license.