Markdown transformer plugin for Parcel 2
mdast utility to parse markdown
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
remark plugin to add support for serializing markdown
remark plugin that turns markdown into HTML to support rehype
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
remark plugin to add support for parsing markdown input
remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.
remark plugin to transform references and definitions into normal links and images
markdown processor powered by plugins part of the unified collective
A CSS parser, transformer, and minifier written in Rust
Transform deprecated styling attributes on HAST table cells to inline styles
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
A CSS parser, transformer, and minifier written in Rust
remark plugin to transform links and images to references and definitions
remark plugin to parse and stringify math
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
remark plugin to support frontmatter (yaml, toml, and more)
remark plugin to support retext
remark plugin to compile Markdown to a slate compatible object
remark plugin to implement SmartyPants
remark plugin to add break support, without needing spaces
remark plugin to make Markdown emphasis (`**`) in CommonMark (and MDX) more friendly with Chinese, Japanese, and Korean (CJK)
remark plugin to support directives