Am 20.09.2020 um 19:18 schrieb Andy Bunce:
Hi Andreas,
I think Martin has it right, I have some old code that does it like that [1]. You can try it via[2]
/Andy
[1] https://github.com/expkg-zone58/ex-markdown/blob/master/src/main/content/mar... [2] https://github.com/expkg-zone58/ex-markdown/releases
Super! Thank you. It's not running out of the box (Flexmark had some major code restructuring some time ago, class paths have changed for example,
java:com.vladsch.flexmark.util.data.MutableDataSet
) but I will try to figure it out, also comparing it to Martin's code, so I can make it flow :-)
Currently I get the error:
[XPTY0004] com.vladsch.flexmark.parser.Parser$Builder:build: Multiple functions with 1.
Anyways, very much appreciated for the code example!