-
Notifications
You must be signed in to change notification settings - Fork 6
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
Drop GraalJS in favour of Commonmark Java #25
Conversation
Hello! Is there any timeframe for finishing this? Asking due to scicloj/wolframite#56 ... Thank you! |
We're doing some progress, but there's not really a timeframe yet. For the moment you might use the workaround mentioned in nextjournal/clerk#642 (comment) (i.e. use #24 as dependency from github). |
Ok, thank you! |
via generative testing
This switches the implementation for when using this library from the JVM from markdown-it to commonmark-java. We use generative testing to compare both implementations return the same markup.
This comes with an approximate speedup of 10x and fixes #23.