Skip to content

Instantly share code, notes, and snippets.

@potch
Created September 10, 2014 16:56
Show Gist options
  • Save potch/a6127e005bedffad1cea to your computer and use it in GitHub Desktop.
Save potch/a6127e005bedffad1cea to your computer and use it in GitHub Desktop.
// worker.js
importScripts('commonjs.js');
var marked = require('marked');
var html = marked('# Hello World!');
postMessage(html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment