Skip to content

Plugins

VueMarkik utilizes remark and rehype to parse and process markdown to Vue components. Both of these projects have a rich ecosystem of plugins, enabling support of a variety of markdown formats and extensions, and the ability to transform the rendered output in any desired way.

Remark Plugins

Remark plugins can inspect and transform Markdown. Their most common use is to support extensions to the CommonMark syntax, such as GitHub Flavored Markdown (GFM) and MDX.

The remark repo maintains lists of available plugins.

Examples

Rehype Plugins

Rehype plugins change the HTML that is rendered from markdown. Common scenarios include code syntax highlighting, diagram rendering, and math typesetting.

The rehype repo maintains lists of available plugins.

Examples

Released under the MIT License.