- Commit
- 715d1a5921a4e3e10220d466c4ee2c1261d28c1e
- Parent
- 90c48e849440e50b3fef21f0cd6c38b998490073
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Removed stack limits in inline parsing.
This brings back segfaults, but we're now aiming for a better solution,
revising the renderer so it doesn't use recursion, and using a stack
approach for nested brackets. Removing these limits will allow us to
know when we've got it right.
See #166, #187.