remark-plugin-vue-live

v1.0.0
Remark plugin to transform fenced code into examples in vue-live
remark vue-live vuejs markdown

remark-plugin-vue-live

.github/workflows/ci.yml semantic-release

A remark plugin make markdown example plugin.

Usage Example

const remark = require("remark");
const plugin = require("remark-plugin-vue-live");

remark()
  .use(plugin, { liveFilter: (lang) => /pizza/.test(lang) })
  .process(
    `
\`\`\`pizza
<comp/>
\`\`\`
    `,
    (err, file) => {
      console.log(file);
    }
  );

Metadata

  • MIT
  • Whatever
  • elevatebart
  • released 10/7/2020

Downloads