mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
renderer - turn config incrementListMarker on
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ function render(
|
|||||||
bullet: '-',
|
bullet: '-',
|
||||||
fence: '`',
|
fence: '`',
|
||||||
fences: true,
|
fences: true,
|
||||||
incrementListMarker: false,
|
incrementListMarker: true,
|
||||||
});
|
});
|
||||||
const output = processor.stringify(parentASTNodeMod);
|
const output = processor.stringify(parentASTNodeMod);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user