Vitaly Puzrin
10 years ago
9 changed files with 32 additions and 38 deletions
@ -1,6 +1,5 @@ |
|||||
'use strict'; |
'use strict'; |
||||
|
|
||||
module.exports = function block(state) { |
module.exports = function block(state) { |
||||
var tokens = state.block.parse(state.src, state.options, state.env); |
state.block.parse(state.src, state.options, state.env, state.tokens); |
||||
state.tokens = state.tokens.concat(tokens); |
|
||||
}; |
}; |
||||
|
Loading…
Reference in new issue