Welcome to markdown-to-text 👋
Parse the markdown and returns a string
Install
npm install markdown-to-text
yarn add markdown-to-text
Usage
const removeMarkdown = require("markdown-to-text");
import removeMarkdown from "markdown-to-text";
const markdown =
"*Javascript* [developers](https://engineering.condenast.io/) are the _best_.";
removeMarkdown(markdown);
Author
👤 Daniel Esteves
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Daniel Esteves.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator