oh hell....that's bad. so there's no way to preserve old links? is there no workaround at all? some sort of hidden text maybe?
[[connecting-via-remotegraph]] // comment [[connecting-via-java]] // comment [[gremlin-java]] == Gremlin-Java ??? On Tue, Mar 19, 2019 at 5:23 PM Robert Dale <[email protected]> wrote: > In Asciidoc, you cannot stack multiple anchor Ids. Only the last one will > be used. You will end up with broken links if any of the previous anchors > are referenced. Asciidoc will not warn you or complain. > > Bad: > > [[connecting-via-remotegraph]] > [[connecting-via-java]] > [[gremlin-java]] > == Gremlin-Java > > > Good: > > [[gremlin-java]] > == Gremlin-Java > > > Robert Dale >
