# @excalidraw/markdown-to-text

> Parse the markdown and returns a string

Latest version **0.1.2** (published 2023-08-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @excalidraw/markdown-to-text
pnpm add @excalidraw/markdown-to-text
yarn add @excalidraw/markdown-to-text
bun add @excalidraw/markdown-to-text
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2023-08-22 |
| First published | 2023-08-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 26.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | Daniel Esteves |
| Maintainers | aa1216, vjeux, dwelle, lipis |
| Keywords | markdown, text, ts |

## Links

- npm: https://www.npmjs.com/package/@excalidraw/markdown-to-text
- Repository: https://github.com/danestves/markdown-to-text
- Homepage: https://github.com/danestves/markdown-to-text.git
- npm.io page: https://npm.io/package/@excalidraw/markdown-to-text

## Alternatives

- [csv-to-markdown-table](https://npm.io/package/csv-to-markdown-table.md) — 47.0K weekly downloads
- [@sapphire/ratelimits](https://npm.io/package/@sapphire/ratelimits.md) — 4.4K weekly downloads
- [js-csvparser](https://npm.io/package/js-csvparser.md) — 2.0K weekly downloads
- [@adadapted/js-sdk](https://npm.io/package/@adadapted/js-sdk.md) — 251 weekly downloads
- [@grapecity/spread-sheets-sparklines](https://npm.io/package/@grapecity/spread-sheets-sparklines.md) — 103 weekly downloads

## Recent versions

- 0.1.2 (latest) — 2023-08-22

## README

<h1 align="center">Welcome to markdown-to-text 👋</h1>
<p>
  <a href="https://www.npmjs.com/package/markdown-to-text" target="_blank">
    <img alt="Version" src="https://img.shields.io/npm/v/markdown-to-text.svg">
  </a>
  <a href="https://www.npmjs.com/package/markdown-to-text" target="_blank">
    <img alt="npm" src="https://img.shields.io/npm/dm/markdown-to-text">
  </a>
  <a href="https://circleci.com/gh/danestves/markdown-to-text" target="_blank">
    <img alt="CircleCI" src="https://img.shields.io/circleci/build/github/danestves/markdown-to-text">
  </a>
  <a href="fffff" target="_blank">
    <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
  </a>
  <a href="https://twitter.com/danestves" target="_blank">
    <img alt="Twitter: danestves" src="https://img.shields.io/twitter/follow/danestves.svg?style=social" />
  </a>
</p>

> Parse the markdown and returns a string

## Install

```sh
# npm
npm install markdown-to-text

# yarn
yarn add markdown-to-text
```

## Usage

```js
// 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**

- Website: https://danestves.com/
- Twitter: [@danestves](https://twitter.com/danestves)
- Github: [@danestves](https://github.com/danestves)
- LinkedIn: [@danestves](https://linkedin.com/in/danestves)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/danestves/markdown-to-text/issues). You can also take a look at the [contributing guide](https://github.com/danestves/markdown-to-text/blob/main/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Daniel Esteves](https://github.com/danestves).<br />
This project is [MIT](https://github.com/danestves/markdown-to-text/blob/main/LICENSE) licensed.

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

---
_Source: https://npm.io/package/@excalidraw/markdown-to-text · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
