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 38e66fd commit 421e30bCopy full SHA for 421e30b
lib/block.js
@@ -21,7 +21,7 @@ var Block = function (config, file, match) {
21
22
Block.prototype.build = function () {
23
if (!this.replacements.length) {
24
- return this.config.keepUnassigned ? [this.originalContent] : [];
+ return this.config.keepUnassigned ? [this.indent + this.originalContent.trim()] : [];
25
}
26
27
// get the replacement strings and do replacements for extensions
0 commit comments