developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.29k stars 109 forks source link

bug: crashes browser tab when * or _ is used #7

Closed Hotell closed 7 years ago

Hotell commented 7 years ago

When using as live editor it crashes/freezes active tab

Havoc will follow :(

developit commented 7 years ago

whoop! indeed it does.

developit commented 7 years ago

Turns out my clever optimization of this loop is not so clever

Hotell commented 7 years ago

That was quick! Thx! 🍻

developit commented 7 years ago

Crashers are my least favorite kind of bug :P

Hotell commented 7 years ago

Haha yup. Anyway good job!