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 218 forks source link

Display Minimum Java Version Prominently #154

Closed l-cornelius-dol closed 3 years ago

l-cornelius-dol commented 9 years ago

I have a few (IBM) servers stuck on Java 5 with no newer JVM available; these failed with PegDown 1.5 due to UnsupportedClassVersionError.

It would be good to display the required Java version prominently on the main page, especially with the pace of Java releases finally picking up again after all these years.

But thanks for maintaining Java 5 compatibility as long as you did.