fix: last diffs in transformation

This commit is contained in:
2026-02-15 20:03:18 +01:00
parent c515f7c227
commit e8a768544d
4 changed files with 8 additions and 5 deletions

View File

@@ -169,6 +169,7 @@ export class ImportAnalysisEngine {
headingStyle: 'atx',
codeBlockStyle: 'fenced',
bulletListMarker: '-',
emDelimiter: '*',
});
// Custom rule for list items: use single space after marker instead of multiple spaces

View File

@@ -83,6 +83,7 @@ export class ImportExecutionEngine extends EventEmitter {
headingStyle: 'atx',
codeBlockStyle: 'fenced',
bulletListMarker: '-',
emDelimiter: '*',
});
// Custom rule for list items: use single space after marker instead of multiple spaces