Skip to content

Instantly share code, notes, and snippets.

@shanoaice
Created July 27, 2019 04:24
Show Gist options
  • Select an option

  • Save shanoaice/b066ff21277906d542811043c8aed7ce to your computer and use it in GitHub Desktop.

Select an option

Save shanoaice/b066ff21277906d542811043c8aed7ce to your computer and use it in GitHub Desktop.
marked test
const marked = require('marked');
module.exports = function({ mdText }) {
const transformedHTML = marked(mdText);
return transformedHTML;
}
//o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment