Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of date documentation for Pegdown Migration Helper #43

Closed
bhagany opened this issue Jan 21, 2017 · 4 comments
Closed

Out of date documentation for Pegdown Migration Helper #43

bhagany opened this issue Jan 21, 2017 · 4 comments
Labels

Comments

@bhagany
Copy link

bhagany commented Jan 21, 2017

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?

@vsch
Copy link
Owner

vsch commented Jan 21, 2017

@bhagany, I missed that flexmark-profile-pegdown was not in the project pom. It's version was not being updated.

I will make a corrected release shortly with a fix for this omission.

@vsch
Copy link
Owner

vsch commented Jan 21, 2017

@bhagany, you can always grab the source for this file from this repo: https://github.com/vsch/flexmark-java/blob/master/flexmark-profile-pegdown/src/main/java/com/vladsch/flexmark/profiles/pegdown/PegdownOptionsAdapter.java,

it is a single file that you may want to customize instead of using it as is.

@bhagany
Copy link
Author

bhagany commented Jan 21, 2017

Ah, great, thanks! Copying the source was going to be the next thing I tried, but I'm using flex mark-java from clojure, and I'm not sure how much of a pain that will be. I'll just wait for your new release, thanks again!

@vsch vsch added the 🪲 bug label Jan 21, 2017
@vsch vsch closed this as completed in 857ef49 Jan 21, 2017
@vsch
Copy link
Owner

vsch commented Jan 21, 2017

@bhagany, repo updated, Maven released but may take time to have central index updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants