Update for changes in remark (#22)

This commit is contained in:
Titus
2017-03-02 20:07:50 +01:00
committed by Tom MacWright
parent d20007cac7
commit 95c5d705a1
4 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ function renderHighlighted(nodes) {
.stringify(remark()
.use(remarkHighlight)
.use(remarkPlugins)
.run({
.runSync({
type: 'root',
children: nodes
})))