Here's a pretty comprehensive example: ```ruby note = "1"+" "*20000+"2" Benchmark.measure { Kramdown::Document.new(note) }.real ``` This takes around 3 seconds on my machine. A DOS vulnerability potentially?