We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde5038 commit 5b04d6dCopy full SHA for 5b04d6d
packages/core/src/index.js
@@ -153,6 +153,7 @@ async function markdownMagic(globOrOpts = {}, options = {}) {
153
const outputDir = output.directory || opts.outputDir
154
const removeComments = output.removeComments || false
155
const forceRemoveComments = output.forceRemoveComments || false
156
+ const normalizeBlankLines = output.normalizeBlankLines || false
157
const pathFormatter = output.pathFormatter
158
159
let applyTransformsToSource = true
@@ -431,6 +432,7 @@ async function markdownMagic(globOrOpts = {}, options = {}) {
431
432
transforms: useTransforms,
433
removeComments,
434
forceRemoveComments,
435
+ normalizeBlankLines,
436
processedFiles
437
})
438
0 commit comments