sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 217 forks source link

Problem with ASM 5.0 in parboiled #152

Closed stavytskyi closed 9 years ago

stavytskyi commented 9 years ago

Parboiled v1.1.6 have problem with using asm 5.0 Parboiled team fixed this problem in version 1.1.7 So when project uses asm 5.0 pegdown is crashed when it's instantiated. User can resolve this problem with project dependencies. I think is better to fix this problem in parboiled side as I have checked you should change only dependencies from 1.1.6 to 1.1.7

sirthias commented 9 years ago

Just released version 1.5.0 which now depends on parboiled 1.1.7.

stavytskyi commented 9 years ago

Thanks. It's great.