@excalidraw/markdown-to-text
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Welcome to markdown-to-text 👋

Version npm CircleCI License: MIT Twitter: danestves

Parse the markdown and returns a string

Install

# npm
npm install markdown-to-text

# yarn
yarn add markdown-to-text

Usage

// ES5
const removeMarkdown = require("markdown-to-text");
// Or in ES6
import removeMarkdown from "markdown-to-text";

const markdown =
  "*Javascript* [developers](https://engineering.condenast.io/) are the _best_.";
removeMarkdown(markdown);

// It will render to
// Javascript developers are the best.

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

/@excalidraw/markdown-to-text/

    Package Sidebar

    Install

    npm i @excalidraw/markdown-to-text

    Weekly Downloads

    1,259

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    26.7 kB

    Total Files

    17

    Last publish

    Collaborators

    • maielo
    • aa1216
    • vjeux
    • dwelle