Updated flows

This commit is contained in:
Elio Struyf
2021-11-09 10:02:38 +01:00
parent 14f0af2754
commit 85a7221895
3 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -91,11 +91,13 @@ export class ArticleHelper {
}
}
}
return matter.stringify(content, data, ({
...TomlEngine,
...langOpts,
noArrayIndent: !indentArray,
skipInvalid: true,
noCompatMode: true,
lineWidth: 500,
indent: spaces || 2
} as DumpOptions as any));