diff --git a/src/compile-markdown.js b/src/compile-markdown.js index f118e2c0..d640bd92 100644 --- a/src/compile-markdown.js +++ b/src/compile-markdown.js @@ -12,12 +12,12 @@ class CustomRender extends marked.Renderer { return super.link( href, title, text ); } - list( body, ordered ) { + list( body, ordered, start ) { if ( body.indexOf( TASK_LIST_TOKEN ) >= 0 ) { return '