diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/lib/blocks.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/js/lib/blocks.js b/js/lib/blocks.js index c67b585..c2293df 100644 --- a/js/lib/blocks.js +++ b/js/lib/blocks.js @@ -386,7 +386,7 @@ var incorporateLine = function(ln) {                  offset++;              }              this.closeUnmatchedBlocks(); -            container = this.addChild('BlockQuote', offset); +            container = this.addChild('BlockQuote', first_nonspace);          } else if ((match = ln.slice(first_nonspace).match(reATXHeaderMarker))) {              // ATX header | 
