remarkjs/remark-rehype
tldr.page
TL;DR

remark-rehype is a unified plugin that turns markdown into HTML syntax trees, allowing for the use of rehype plugins to process HTML. This is necessary because markdown and HTML have different ecosystems and requirements. The plugin solves the problem of converting markdown to HTML.