clerk

Andrea 2024-09-30T15:51:39.143589Z

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 ๐Ÿ™.

๐Ÿ‘ 1
๐Ÿ’ฏ 1
โค๏ธ 4
mkvlr 2024-09-30T19:27:14.317639Z

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! ๐Ÿ™