mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
Try to simplify BlockProcessor main loop/Improve API interaction for BlockParsers #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xoofx on GitHub (Jun 22, 2016).
While the top level main loop for parsing blocks in BlockProcessor is quite simple, the underlying methods
TryContinueBlocksandTryOpenBlocksare not simple.BlockParsersto create/modify blocks.Check if we could simplify the code here and the API for block parsers.