Skip to content

Attribute Syntax#

View Markdown

Attribute syntax is opt-in and runs as a post-render HTML transform.

import { oxContent } from "@ox-content/vite-plugin";

export default {
  plugins: [
    oxContent({
      attrs: true,
    }),
  ],
};
## Install {.anchor .highlight data-section=install}

[Docs](./index.md){.external}

Supported tokens include #id, .class, and key=value.

Last updated: