Get # title
content from Markdown string.
HTML Version : azu/get-html-title
Installation
npm install get-title-markdown
Usage
test.md
# Title test text
Get title content from above markdown.
var getTitle = ;var content = fs;; // => "Title"
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT