bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
196 stars 23 forks source link

Anchor part of cross reference dropped #1112

Open gdamore opened 6 months ago

gdamore commented 6 months ago

I have a document that contains the following text:

Likewise, only one receive operation may be pending at a time.
Any additional concurrent receive operations will result in `NNG_ESTATE`.

xref:nng.7.adoc#raw_mode[Raw] mode sockets ignore all these restrictions.

The link in the generated HTML seems to have dropped the #raw_mode anchor.

The documents were generated using libasciidoc v0.8.0.