My first post

This page summarizes the projects mentioned and recommended in the original post on /r/seriouslymate9

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. remark-toc

    plugin to generate a table of contents (TOC)

    Here is an example of a plugin in action (remark-toc). This section is replaced by an actual table of contents.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rehype-highlight

    plugin to highlight code blocks

    Here is an example of a plugin to highlight code: rehype-highlight.

  4. commonmark-spec

    CommonMark spec, with reference implementations in C and JavaScript

    Follows CommonMark

  5. react-markdown

    Markdown component for React

    Much more info is available in the readme on GitHub!

  6. rehype-raw

    plugin to parse the tree again

    ⚠️ HTML in markdown is quite unsafe, but if you want to support it, you can use rehype-raw. You should probably combine it with rehype-sanitize.

  7. rehype-sanitize

    plugin to sanitize HTML

    ⚠️ HTML in markdown is quite unsafe, but if you want to support it, you can use rehype-raw. You should probably combine it with rehype-sanitize.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • how to retain position of markdown element in remark.js

    3 projects | dev.to | 4 Sep 2023
  • Extending AstroJS Markdown Processing With Remark and Rehype Plugins

    4 projects | dev.to | 17 Aug 2024
  • Building an Autolink Heading Component for React Navigation

    3 projects | dev.to | 14 Nov 2023
  • MDX autolink headings

    5 projects | dev.to | 4 Jan 2023
  • Render Markdown from a string in Svelte (mdsvex / SvelteKit)

    5 projects | dev.to | 3 Sep 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?