Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Kind3
Category
Sort:Used by Most Apps
remark-gfm
Add GitHub Flavored Markdown support to remark for tables, task lists, footnotes, and strikethrough.
remark
A plugin-powered markdown processor that parses, transforms, and serializes markdown on top of unified.
remark-math
A unified remark plugin that adds LaTeX math syntax to markdown, ready to render with KaTeX or MathJax.
unist-util-visit
Tiny utility to walk unist syntax trees and run a visitor on matching nodes
remark-breaks
A remark plugin that turns soft line breaks into hard breaks without needing spaces or escapes.
mdast-util-from-markdown
Parses markdown into a fully spec-compliant mdast syntax tree using the micromark tokenizer.
remark-rehype
A unified/remark plugin that converts a markdown (mdast) syntax tree into an HTML (hast) syntax tree, bridging the remark and rehype ecosystems.
remark-directive
A remark plugin that adds generic directive syntax to markdown, so authors can write custom text, leaf, and container extensions.
mdast-util-to-string
Get the plain-text content of any mdast node in a single function call.
mdast-util-gfm
Composes five mdast GitHub Flavored Markdown extensions into one parser and serializer for autolinks, footnotes, tables, strikethrough, and tasklists.
mdast-util-to-markdown
Serializes an mdast syntax tree back into CommonMark-compatible markdown text, with pluggable handlers for custom syntax extensions.
mdast-util-mdx-jsx
Parses and serializes MDX JSX syntax within mdast syntax trees for markdown processing pipelines.
mdast-util-math
mdast extension to parse and serialize LaTeX-style math syntax embedded in markdown syntax trees.
remark-html
A remark plugin that compiles markdown syntax trees directly into sanitized HTML strings.
mdast-util-directive
An mdast extension to parse and serialize generic markdown directives like :cite[smith04] and ::youtube[...]{v=id}.
remark-mdx-frontmatter
Converts MDX frontmatter (YAML or TOML) into named JavaScript exports during the remark compile step.
mdast-util-mdx
Mdast extensions that parse and serialize MDX syntax — ESM, JSX, and expressions — inside markdown syntax trees.
mdast-util-gfm-autolink-literal
mdast extension to parse and serialize GitHub-Flavored-Markdown autolink literals
mdast-util-gfm-table
mdast extensions to parse and serialize GitHub Flavored Markdown tables.
mdast-util-gfm-strikethrough
mdast extensions to parse and serialize GFM strikethrough syntax
remark-github
A remark plugin that autolinks GitHub-style references to commits, issues, pull requests, and users in markdown.
mdast-util-compact
Merges adjacent text nodes and blockquotes in an mdast syntax tree to keep it compact after edits.
mdast-util-gfm-task-list-item
mdast extensions to parse and serialize GitHub Flavored Markdown task list items.
mdast-util-gfm-footnote
mdast extensions to parse and serialize GitHub Flavored Markdown footnotes.