Open peng-hui opened 3 years ago
Hi,
We identified several client-side performance issues when giving crafted Markdown input to stackedit. All these should be related to the link target parsing in stackedit.
1.
"[](" * 50000
2.
"[a](<b" * 50000
3.
"[a](b" * 5000
4.
"[ (](" * 5000
Hi,
We identified several client-side performance issues when giving crafted Markdown input to stackedit. All these should be related to the link target parsing in stackedit.
1.
2.
3.
4.