forked from bytesparadise/libasciidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parser): support custom substitutions on delimited blocks (bytes…
…paradise#755) applying the same logic as with paragraphs to apply default and custom substitutions on delimited blocks. This means that delimited blocks are processed in multiple steps, but each step has a much simpler grammar. Also, quite a lot of refactoring and code reorganization for the delimited block tests in `pkg/parser`. See bytesparadise#749 Fixes bytesparadise#558 Signed-off-by: Xavier Coulon <[email protected]>
- Loading branch information
Showing
43 changed files
with
10,350 additions
and
8,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.