Skip to content

Instantly share code, notes, and snippets.

@daKmoR
Created April 13, 2020 21:22
Show Gist options
  • Save daKmoR/e1755125d4f90ea572c2adc355285a18 to your computer and use it in GitHub Desktop.
Save daKmoR/e1755125d4f90ea572c2adc355285a18 to your computer and use it in GitHub Desktop.
Markdium-Introducing mdjs - interactive demos everywhere
const { mdjsTransformer } = require('@mdjs/core');
module.exports = {
nodeResolve: true,
open: 'README.md',
watch: true,
responseTransformers: [mdjsTransformer],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment