Skip to content

Commit

Permalink
Merge pull request #2 from ptgolden/patch-1
Browse files Browse the repository at this point in the history
Support flat npm module layout
  • Loading branch information
davidar authored Feb 12, 2019
2 parents b61a82c + 801a3c8 commit 07ce45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const criticTrackChanges = text => text
.replace(regex.critic.sub, '<span class="deletion">$1</span><span class="insertion">$2</span>')

const pandocOptionsHTML = [
'--css', path.join(__dirname, 'node_modules/github-markdown-css/github-markdown.css'),
'--css', require.resolve('github-markdown-css'),
'--css', path.join(__dirname, 'pandiff.css'),
'--variable', 'include-before=<article class="markdown-body">',
'--variable', 'include-after=</article>',
Expand Down

0 comments on commit 07ce45b

Please sign in to comment.