Merge pull request #331 from laszbalo/master

Diminishing left-margin when inserting lists
This commit is contained in:
Devon Govett 2014-11-23 00:16:34 -08:00
commit 892ccf96f0

View File

@ -117,7 +117,6 @@ module.exports =
wrapper.wrap items.join('\n'), options
@x -= indent
return this
_initOptions: (x = {}, y, options = {}) ->