Ju

Results 14 issues of Ju

This is an umbrella issue for tracking the efforts on improving the performance of nim-markdown. Below are potential bottlenecks: - [ ] Use normal sequence, instead of doublylinkedlist for token...

https://nim-lang.org/docs/parseutils.html

enhancement

https://github.github.com/gfm/#disallowed-raw-html-extension-

enhancement

https://github.github.com/gfm/#autolinks-extension-

enhancement

Support parsing text like `- [x] todo` to - [x] todo

enhancement

**Is your feature request related to a problem? Please describe.** See #137. Many programming languages have a deep precedence levels, say Java has twentyish. If we use left recursion and...

**Is your feature request related to a problem? Please describe.** See discussion [here](https://github.com/soasme/PeppaPEG/issues/140#issuecomment-989852808) **Describe the solution you'd like** Typedef const char* P4_CString and replace all types in source. **Describe alternatives...