{"_id":"@excalidraw/markdown-to-text","_rev":"6-263e867aa6922a31df74404bce2c72b3","name":"@excalidraw/markdown-to-text","dist-tags":{"latest":"0.1.2"},"versions":{"0.1.2":{"name":"@excalidraw/markdown-to-text","version":"0.1.2","keywords":["markdown","text","ts"],"author":{"url":"https://danestves.com","name":"Daniel Esteves","email":"estevesd8@gmail.com"},"license":"MIT","_id":"@excalidraw/markdown-to-text@0.1.2","maintainers":[{"name":"aa1216","email":"aakansha1216@gmail.com"},{"name":"vjeux","email":"vjeuxx@gmail.com"},{"name":"dwelle","email":"luzar.david@gmail.com"},{"name":"lipis","email":"lipiridis@gmail.com"}],"homepage":"https://github.com/danestves/markdown-to-text.git","dist":{"shasum":"1703705e7da608cf478f17bfe96fb295f55a23eb","tarball":"https://registry.npmjs.org/@excalidraw/markdown-to-text/-/markdown-to-text-0.1.2.tgz","fileCount":17,"integrity":"sha512-1nDXBNAojfi3oSFwJswKREkFm5wrSjqay81QlyRv2pkITG/XYB5v+oChENVBQLcxQwX4IUATWvXM5BcaNhPiIg==","signatures":[{"sig":"MEUCIHiPPSr0hmcLxvOKOGI5ILJbzXIDRI+C2m7CNuHbPf1RAiEAtjTGo6wSRXyyO13iwGBCLeY9GzWezCO9DK+38+aDvhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26693},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'","build":"npm run test && tsc","prepublish":"npm run test && tsc"},"_npmUser":{"name":"aa1216","email":"aakansha1216@gmail.com"},"repository":{"url":"https://github.com/danestves/markdown-to-text.git","type":"git"},"description":"Parse the markdown and returns a string","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Daniel Esteves\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","mocha":"^8.2.1","should":"^13.2.3","ts-node":"^9.1.1","typescript":"^4.1.3","@types/chai":"^4.2.14","@types/mocha":"^8.2.0"},"_npmOperationalInternal":{"tmp":"tmp/markdown-to-text_0.1.2_1692719792337_0.7381662719338293","host":"s3://npm-registry-packages"}}},"time":{"created":"2023-08-22T15:56:32.240Z","modified":"2025-10-28T11:59:23.844Z","0.1.2":"2023-08-22T15:56:32.547Z"},"author":{"url":"https://danestves.com","name":"Daniel Esteves","email":"estevesd8@gmail.com"},"license":"MIT","homepage":"https://github.com/danestves/markdown-to-text.git","keywords":["markdown","text","ts"],"repository":{"url":"https://github.com/danestves/markdown-to-text.git","type":"git"},"description":"Parse the markdown and returns a string","maintainers":[{"email":"luzar.david@gmail.com","name":"dwelle"},{"email":"maielo.mv@gmail.com","name":"maielo"}],"readme":"<h1 align=\"center\">Welcome to markdown-to-text 👋</h1>\n<p>\n  <a href=\"https://www.npmjs.com/package/markdown-to-text\" target=\"_blank\">\n    <img alt=\"Version\" src=\"https://img.shields.io/npm/v/markdown-to-text.svg\">\n  </a>\n  <a href=\"https://www.npmjs.com/package/markdown-to-text\" target=\"_blank\">\n    <img alt=\"npm\" src=\"https://img.shields.io/npm/dm/markdown-to-text\">\n  </a>\n  <a href=\"https://circleci.com/gh/danestves/markdown-to-text\" target=\"_blank\">\n    <img alt=\"CircleCI\" src=\"https://img.shields.io/circleci/build/github/danestves/markdown-to-text\">\n  </a>\n  <a href=\"fffff\" target=\"_blank\">\n    <img alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" />\n  </a>\n  <a href=\"https://twitter.com/danestves\" target=\"_blank\">\n    <img alt=\"Twitter: danestves\" src=\"https://img.shields.io/twitter/follow/danestves.svg?style=social\" />\n  </a>\n</p>\n\n> Parse the markdown and returns a string\n\n## Install\n\n```sh\n# npm\nnpm install markdown-to-text\n\n# yarn\nyarn add markdown-to-text\n```\n\n## Usage\n\n```js\n// ES5\nconst removeMarkdown = require(\"markdown-to-text\");\n// Or in ES6\nimport removeMarkdown from \"markdown-to-text\";\n\nconst markdown =\n  \"*Javascript* [developers](https://engineering.condenast.io/) are the _best_.\";\nremoveMarkdown(markdown);\n\n// It will render to\n// Javascript developers are the best.\n```\n\n## Author\n\n👤 **Daniel Esteves**\n\n- Website: https://danestves.com/\n- Twitter: [@danestves](https://twitter.com/danestves)\n- Github: [@danestves](https://github.com/danestves)\n- LinkedIn: [@danestves](https://linkedin.com/in/danestves)\n\n## 🤝 Contributing\n\nContributions, 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).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2020 [Daniel Esteves](https://github.com/danestves).<br />\nThis project is [MIT](https://github.com/danestves/markdown-to-text/blob/main/LICENSE) licensed.\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","readmeFilename":"README.md"}