# remark **Repository Path**: mirrors_davidtheclark/remark ## Basic Information - **Project Name**: remark - **Description**: Markdown processor powered by plugins - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![remark][logo] [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat] **remark** is an ecosystem of [plug-ins][plugins] for processing markdown. It’s not another markdown to HTML compiler. It can generate and reformat markdown too. Powered by [plugins][] to do all kinds of things: [check markdown code style][remark-lint], [transform safely to React][remark-react], [add a table of contents][remark-toc], or [compile to man pages][remark-man]. It’s built on [unified][], make sure to read it and its [website][] too. * [`remark`][api] — Programmatic interface * [`remark-cli`][cli] — Command-line interface Oh, and [plug-ins][plugins]?! [Get started »][getting-started] ## License [MIT](LICENSE) © [Titus Wormer](http://wooorm.com) [logo]: https://cdn.rawgit.com/wooorm/remark/6ecac20/logo.svg [build-badge]: https://img.shields.io/travis/wooorm/remark.svg [build-status]: https://travis-ci.org/wooorm/remark [coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark.svg [coverage-status]: https://codecov.io/github/wooorm/remark [chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg [chat]: https://gitter.im/wooorm/remark [api]: https://github.com/wooorm/remark/tree/master/packages/remark [cli]: https://github.com/wooorm/remark/tree/master/packages/remark-cli [plugins]: https://github.com/wooorm/remark/tree/master/doc/plugins.md [remark-lint]: https://github.com/wooorm/remark-lint [remark-react]: https://github.com/mapbox/remark-react [remark-toc]: https://github.com/wooorm/remark-toc [remark-man]: https://github.com/wooorm/remark-man [getting-started]: https://github.com/wooorm/remark/tree/master/doc/getting-started.md [unified]: https://github.com/unifiedjs/unified [website]: https://unifiedjs.github.io