CodeBrowser / npm / remark
remark@15.0.1
// markdown processor powered by plugins part of the unified collective
$ npm install remark
downloads/wk
4,489,838
license
MIT
version
15.0.1
published
Sep 18, 2023
What is remark?
Remark is a markdown processor that parses markdown into an abstract syntax tree (AST), allows you to transform it with plugins, and then converts it back to markdown or other formats. Developers use it to programmatically analyze, manipulate, or generate markdown content, such as linting markdown files, extracting data, or converting between formats. It's built on the unified ecosystem, making it easy to combine with other text processing tools.
Keywords
#abstract #ast #compile #markdown #mdast #parse #process #remark #serialize #stringify #syntax #tree #unified
Maintainers
remcohaszing, johno, wooorm