Hash :
aa53f82c
Author :
Date :
2024-02-07T11:44:39
Introduce an overall limit to link. ref. defs instantiations.
This is to prevent time and output size explosion in case of input
pattern generated by this:
$ python -c 'N=1000; print("[x]: " + "x" * N + "\n[x]" * N)'
We roughly allow to blowing up the input size of the document
16 times by link reference definitions or up to 1 MB, whatever is
smaller. When the threshold is reached, following reference definitions
are sent to output unresolved as a text.
Fixes #238.
| Git HTTP | https://git.kmx.io/kc3-lang/md4c.git |
|---|---|
| Git SSH | git@git.kmx.io:kc3-lang/md4c.git |
| Public access ? | public |
| Description |
Fork of https://github.com/mity/md4c |
|
Users |
|
| Tags |
|