renderer - turn config incrementListMarker on

This commit is contained in:
2019-12-21 15:16:08 +05:30
parent 52523e014b
commit 16a593184d
+1 -1
View File
@@ -95,7 +95,7 @@ function render(
bullet: '-',
fence: '`',
fences: true,
incrementListMarker: false,
incrementListMarker: true,
});
const output = processor.stringify(parentASTNodeMod);