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

Allow customization of class prefix in DefaultVerbatimSerializer #228

Open jeluard opened 8 years ago

jeluard commented 8 years ago

Some highlighting library requires class prefix to follow a specific format (e.g. PrismJS). Allow user to provide a custom class prefix for DefaultVerbatimSerializer without having to reimplement it.