New pathological parsing for fenced divs
Open
- Dominant language
- Haskell
- Stars
- 145
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
```
python -c 'n=800; print("::: {#id}\n" * n + "a\n" + ":::\n" * n)'
```
This is a problem with the new fix for detecting fence closers.
At each close we need to iterate through all subordinate fenced divs in the stack.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.