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