Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 205 Bytes

html.md

File metadata and controls

11 lines (9 loc) · 205 Bytes

Transforming html with rehype

npm install eleventy-plugin-unified rehype-format
eleventyConfig.addPlugin(EleventyUnifiedPlugin, {
  htmlTransforms: ["rehype-format"],
});