Update for changes in remark (#22)
This commit is contained in:
@ -12,7 +12,7 @@ function renderHighlighted(nodes) {
|
||||
.stringify(remark()
|
||||
.use(remarkHighlight)
|
||||
.use(remarkPlugins)
|
||||
.run({
|
||||
.runSync({
|
||||
type: 'root',
|
||||
children: nodes
|
||||
})))
|
||||
|
Reference in New Issue
Block a user