In a short time I was able to create a parser to help turn some plain text into objects from which I then generate HTML. Thank you for this library. It has unleashed some powerful capabilities that previously where very painful.
Thanks aside, I hate to even post something like this but I thought that just maybe there is someone out there who might enjoy the pain of helping me solve this problem.
I have a parser that works fine in my tests on its own but when put into play with a higher level parser fails. Here is a gist with my code and a failing test.
Anyone care to take a look and tell me where it is going wrong? Even just pointing me in a direction would be great.
Kevin