We just merged a PR in https://github.com/nextjournal/clerk which swaps markdown parsing to plain java via https://github.com/commonmark/commonmark-java/tree/main (instead of using markdown-it + GraalJS). This allows Clerk to run on Java 22 or later. Please use git coordinates until we publish a new release and report regressions if you have the chance to test it ๐.
oh and itโs about 10x as fast as the old impl. Nice work @andrea712! Hope the property based tests comparing the old and new impl didnโt miss too much, please let us know if you notice any differences! ๐