amqp-node / amqplib

AMQP 0-9-1 library and client for Node.JS
https://amqp-node.github.io/amqplib/
Other
3.67k stars 474 forks source link

docs: channel api github page has broken top links #741

Closed soryy708 closed 9 months ago

soryy708 commented 11 months ago

The channel API github page has broken top links.

When viewed as a webpage via github pages there is [^top](#top) as text without hyperlink.

When viewed as rendered markdown within GitHub, these are "^top" hyperlinks that correctly lead to the top of the page.

This seems to me like an issue with redcarpet configuration

cressie176 commented 11 months ago

Agree, there are some formatting issues too.

cressie176 commented 9 months ago

Done