remark alternatives and similar modules
Based on the "Parsing" category.
Alternatively, view remark alternatives based on common mentions on social networks and blogs.
-
markdown-it
A very fast markdown parser with 100% CommonMark support, extensions and syntax plugins. -
Awesome phonenumber parser
Google's libphonenumber pre-compiled with the closure compiler -
Stylecow
Parse, manipulate and convert modern CSS to make it compatible with all browsers. Extensible with plugins. -
docx-to-pdf-on-AWS-Lambda
Microsoft Word doc/docx to PDF conversion on AWS Lambda using Node.js
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of remark or a related project?
Popular Comparisons
README
remark is a Markdown processor built on micromark powered by plugins part of the unified collective.
Intro
remark is the worldβs most popular Markdown parser! And it does so much more than parse: it inspects (check, lint) and transforms (generate, compile) Markdown too!
Everything is possible with plugins, such as checking Markdown code
style (remark-lint
), transforming safely to React
(remark-react
), adding a table of
contents (remark-toc
), or compiling to man pages
(remark-man
).
Internally, remark now uses micromark, a new, fast, and tiny CommonMark
compliant Markdown tokenizer.
It can be GFM compliant with remark-gfm
.
Finally, remark is part of the unified collective. Learn more about us:
- Visit
unifiedjs.com
and peruse its Learn section for an overview - Read unifiedβs readme for a technical intro
- Browse awesome remark to find out more about the ecosystem
- Follow us on Twitter to see what weβre up to
- Check out Contribute below to find out how to help out
Packages
This repository contains the following packages:
-
remark-parse
β Parse Markdown to syntax trees -
remark-stringify
β Serialize syntax trees to Markdown -
remark
β Programmatic interface with bothremark-parse
andremark-stringify
-
remark-cli
β Command line interface wrappingremark
Security
As Markdown is sometimes used for HTML, and improper use of HTML can open you up
to a cross-site scripting (XSS) attack, use of remark can also be unsafe.
When going to HTML, use remark in combination with the rehype
ecosystem, and use rehype-sanitize
to make the tree safe.
Use of remark plugins could also open you up to other attacks. Carefully assess each plugin and the risks involved in using them.
Contribute
See contributing.md
in remarkjs/.github
for ways
to get started.
See support.md
for ways to get help.
Ideas for new plugins and tools can be posted in remarkjs/ideas
.
Join us in Discussions to chat with the community and contributors.
A curated list of awesome resources can be found in awesome remark.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
Sponsor
Support this effort and give back by sponsoring on OpenCollective!
<!--lint ignore no-html-->
Gatsby π₯ Vercel π₯ Netlify <!--OC has a sharper image--> Holloway ThemeIsle Boost Hub Expo You?
License
[MIT](license) Β© Titus Wormer
<!-- Definitions -->
*Note that all licence references and agreements mentioned in the remark README section above
are relevant to that project's source code only.