You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite the suggestion in the paragraph itself, the problem does not seem to be in Markdown.dialects.Maruku.block.block_meta; somehow, mysteriously, processBlock is not getting called for the last block, and so neither is block_meta.
The text was updated successfully, but these errors were encountered:
edit: Ash renamed the bug to talk about the failure, not the error in the runner which is now fixed.
Checked out trunk (8b3cc2f) and with patr v0.2.6 and promised-io v0.2.3, I get the above. Modified the test to be more verbose, and in more detail:
Despite the suggestion in the paragraph itself, the problem does not seem to be in
Markdown.dialects.Maruku.block.block_meta
; somehow, mysteriously,processBlock
is not getting called for the last block, and so neither isblock_meta
.The text was updated successfully, but these errors were encountered: