You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low priority, but I noticed that anchor links are missing the #anchor part. For example on [1], the link in line "Raw mode sockets ignore all these restrictions." does not include the #raw_mode part, even though the source [2] mentions it.
There were other problems -- libasciidoc was failing to handle index links (not just ignore them, but emitting even hidden index terms in the formatted document.)
I've fixed this by switching back to regular asciidoctor.
Unfortunately it seems that libasciidoc is just not quite ready for the most demanding use cases, and the NNG docs are fairly demanding.
Low priority, but I noticed that anchor links are missing the
#anchor
part. For example on [1], the link in line "Raw mode sockets ignore all these restrictions." does not include the#raw_mode
part, even though the source [2] mentions it.[1] https://nng.nanomsg.org/man/tip/nng_rep.7.html
[2] https://github.com/nanomsg/nng/blob/master/docs/man/nng_rep.7.adoc?plain=1#L53
The text was updated successfully, but these errors were encountered: