aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_syntax/inline
Commit message (Collapse)AuthorAgeFilesLines
* Flexible inline (#629)Isaac Muse2018-01-173-0/+237
Add new InlineProcessor class that handles inline processing much better and allows for more flexibility. This adds new InlineProcessors that no longer utilize unnecessary pretext and posttext captures. New class can accept the buffer that is being worked on and manually process the text without regex and return new replacement bounds. This helps us to handle links in a better way and handle nested brackets and logic that is too much for regular expression. The refactor also allows image links to have links/paths with spaces like links. Ref #551, #613, #590, #161.