remark
rehype
remark | rehype | |
---|---|---|
44 | 18 | |
7,869 | 1,875 | |
1.7% | 2.3% | |
7.6 | 7.0 | |
18 days ago | 18 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
remark
-
Extending AstroJS Markdown Processing With Remark and Rehype Plugins
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)
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?
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
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 🔥
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
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
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
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
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
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.
rehype
-
Extending AstroJS Markdown Processing With Remark and Rehype Plugins
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.
-
I built an Markdown editor using Next.js and TailwindCss 🔥
Add Remark and Rehype plugins
-
Building an Astro Blog with View Transitions
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.
- Example of Powerful Markdown Editor combining Svelte-Exmarkdown and Skeleton
-
How to integrate your blog with dev.to API Next.js 13
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.
-
Serving Docusaurus images with Cloudinary
Now we have our Cloudinary account set up, we can use it with Docusaurus. To do so, we need to create a rehype plugin. This is a plugin for the rehype HTML processor. It's a plugin that will transform the HTML image syntax into a Cloudinary URL.
-
Contentlayer with next/image
The next idea was to use normal markdown images and to place the images in the public folder. This eliminates the need for static import and treats our image like a remote image. But in order to make this work, we have to tell next/image the dimensions of the image. If we would use a static import for the image, the import magic would provide the dimensions for us. To pass the width and height to the image component we use a rehype plugin called rehype-img-size.
-
Creating a blog with Astro and MDX
Astro makes it easy to add Remark or Rehype plugins to your markdown. You can extend add a markdown property to the Astro config file, an add a function/plugin to the remarkPlugins property (the extendDefaultPlugins property is added to make sure the default plugins aren't overwritten by this config change):
-
Converting and customizing Markdown files to HTML with Unified, remark & rehype
rehype: "rehype is a tool that transforms HTML with plugins. These plugins can inspect and change the HTML. You can use rehype on the server, the client, CLIs, deno, etc."
-
Render Markdown from a string in Svelte (mdsvex / SvelteKit)
This means that you can transform your HTML with tools like rehype or remark. You can find out more about the available options here.
What are some alternatives?
marked - A markdown parser and compiler. Built for speed.
next-mdx-remote - Load MDX content from anywhere
markdown-it - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
remark-extended-table - remark plugin to support table syntax allowing colspan / rowspan
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
next-pwa - Zero config PWA plugin for Next.js, with workbox 🧰
react-markdown - Markdown component for React
prism-react-renderer - 🖌️ Renders highlighted Prism output to React (+ theming & vendored Prism)
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.
remark-directive - remark plugin to support directives
ref - Turn Buffer instances into "pointers"
posthtml - PostHTML is a tool to transform HTML/XML with JS plugins