flexmark-java
flexmark-java copied to clipboard
Fix rendering anchor ref IDs (heading IDs) (#565)
I think, I fixed the bug described in discussion #565.
There's only one question left: The test suite ExtAttributesTestSuite fails in the case "example(Anchor Targets - Cond 4.1: 3) options(anchors)", see comparison of expected and actual output. Shouldn't the id in this case only be placed in the h1 tag?
Hi @vsch, Could you please check and merge this PR? Thank you very much.