remark

markdown processor powered by plugins part of the @unifiedjs collective (by remarkjs)

Remark Alternatives

Similar projects and alternatives to remark

  1. Next.js

    2,240 remark VS Next.js

    The React Framework

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Tailwind CSS

    1,447 remark VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  4. vite

    876 remark VS vite

    Next generation frontend tooling. It's fast!

  5. astro

    568 remark VS astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  6. Docusaurus

    298 remark VS Docusaurus

    Easy to maintain open source documentation websites.

  7. mdx

    106 remark VS mdx

    Markdown for the component era

  8. marked

    67 remark VS marked

    A markdown parser and compiler. Built for speed.

  9. markdown-it

    59 remark VS markdown-it

    Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

  10. react-markdown

    57 remark VS react-markdown

    Markdown component for React

  11. PrismJS

    61 remark VS PrismJS

    Lightweight, robust, elegant syntax highlighting.

  12. gray-matter

    19 remark VS gray-matter

    Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert

  13. rehype

    18 remark VS rehype

    HTML processor powered by plugins part of the @unifiedjs collective

  14. unified

    14 remark VS unified

    ☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees

  15. mdast

    Markdown Abstract Syntax Tree format

  16. myPortfolio

    6 remark VS myPortfolio

    This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.

  17. remark-rehype

    5 remark VS remark-rehype

    plugin that turns markdown into HTML to support rehype

  18. xlsx-populate

    0 remark VS xlsx-populate

    Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.

  19. hast

    Hypertext Abstract Syntax Tree format

  20. remark-html

    4 remark VS remark-html

    plugin to add support for serializing HTML

  21. ref

    1 remark VS ref

    Turn Buffer instances into "pointers"

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better remark alternative or higher similarity.

remark discussion

Log in or Post with

remark reviews and mentions

Posts with mentions or reviews of remark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-17.
  • Extending AstroJS Markdown Processing With Remark and Rehype Plugins
    4 projects | dev.to | 17 Aug 2024
    Both Remark and Rehype are frameworks to transform documents by first transforming them to abstract syntax trees (AST) and then applying pluggable functions to the AST before converting it to the target format.
  • Developing GROWI Plug-ins (Remark Plug-ins)
    2 projects | dev.to | 19 Jul 2024
    remarkjs/remark: markdown processor powered by plugins part of the @unifiedjs collective
  • Which software do you use to create presentations using Vim that is superior to existing ones?
    10 projects | /r/neovim | 11 Dec 2023
    I also didn't try this tool but it's called RemarkJS which is named too similar to revealjs.
  • How We Started Managing BSA Delivery Processes on GitHub
    6 projects | dev.to | 26 Nov 2023
    remark. Primarily, this is a linter for Markdown. Additionally, thanks to its numerous plugins, it allows us to perform additional checks for grammatical mistakes within the content itself. Before using this linter, our content was not scrutinized to this extent.
  • I built an Markdown editor using Next.js and TailwindCss 🔥
    5 projects | dev.to | 14 Nov 2023
    Rehype and Remark are plugins used to transform and manipulate the HTML and Markdown content of a website, helping to enhance its functionality and appearance.
  • how to retain position of markdown element in remark.js
    3 projects | dev.to | 4 Sep 2023
    I usually combine remark-parse, remark-rehype and rehype-react to transform markdown into react components. The configuration of the processor is like:
  • Building an Astro Blog with View Transitions
    5 projects | dev.to | 24 Aug 2023
    Astro content collection are as simple as a folder containing a bunch of Markdown (or Markdoc or MDX) files if that's the only thing you need, but they can also do relationship matching between different collections, frontmatter validation using zod and you can also customize how the markdown is parsed and translated to html using rehype and remark and their plugin ecosystem.
  • Simple markdown plugin to open external links in a new tab
    2 projects | dev.to | 4 Jun 2023
    On my personal blog I have few external links in my posts. I wanted to keep people on my website by applying target="_blank" on external (those what don't reference to my site) links. This is a common and good practice too. I write my content in Markdown, so I decided to write a remark plugin. It is simple to implement, just few lines of code.
  • Create an Interactive Table of Contents for a Next.js Blog with Remark
    5 projects | dev.to | 21 Apr 2023
    Although we are building a custom table of contents, we won't have to write everything from scratch. To separate the Markdown/MDX content from the front matter, we'll use the Gray-matter package. It is optional in case you don't have front matter in your Markdown files. To process the Markdown itself, we'll use the Remark package. We'll also need the unist-util-visit package for traversing node trees and mdast-util-to-string for getting the text content of a node.
  • How to integrate your blog with dev.to API Next.js 13
    5 projects | dev.to | 16 Feb 2023
    That's all to render the post as HTML, there are lots of things you can do to customize the results, you can check the remark plugins and rehype plugins to pass as props to and you can also take a look at some other bloggers if you're looking for different styles for example Lee Robinson's or if you liked mine.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic remark repo stats
44
7,849
7.6
12 days ago

remarkjs/remark is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of remark is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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