1.0.0 • Published 10 years ago
hubspell-simplifier-markdown v1.0.0
hubspell-simplifier-markdown
HubSpell Markdown simplifier
Installation
Install hubspell-simplifier-markdown by running:
$ npm install --save hubspell-simplifier-markdownDocumentation
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 BazSupport
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 testContribute
- 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 lintLicense
The project is licensed under the MIT license.
1.0.0
10 years ago
