- Commit
- e1db44b114620c5a23708d851d64fb53dd84bde9
- Parent
- a79b2ed9b7051b259f1ab874e5168a853723c314
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
process_inlines: remove closers from delim stack when possible.
When they have no matching openers and cannot be openers themselves,
we can safely remove them.
This helps with a performance case: "a_ " * 20000.
See jgm/commonmark.js#43.