Out of date documentation for Pegdown Migration Helper
*Created by: bhagany* I'm trying to follow this: https://github.com/vsch/flexmark-java#pegdown-migration-helper. However, I don't see the `flexmark-profile-pegdown` module in maven here: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.vladsch.flexmark%22, and the pom for that module seems like it's kind of old (https://github.com/vsch/flexmark-java/blob/master/flexmark-profile-pegdown/pom.xml) because it references `flexmark-java` version `0.8.0`. Is there a new way to accomplish Pegdown emulation that's not in the README?
issue