How do I set anchors for the postman documentation?

I make the documentation for api, tell me please how to make a cross reference (named anchor) with markdown in postman? Is there such a similar option?

`Take me to <a href="#api"> rest api </a> ... <a name="api"> this is rest api </a>`

This topic walks through how you can work with anchor tags. You can’t create an arbitrary anchor tag using the name attribute, but there are other id’s you can link to.

Being able to create arbitrary anchor tags would surely save me (and I guess others) a lot of time, as would be the ability to use postman-generated logical anchor tags like “Please refer to [Introduction]” where the [Introduction] will be rendered as a hyperlink to a section with the title ‘Introduction’.
Maybe there are already feature requests for abilities like these?

1 Like

I just broke my links for the second time and I really would like to define my own anchors to prevent this from happening again because it takes days to fix all the links again, so could you please consider enabling me to do so or maybe help me from loosing time again?

Thank you for helping me here

1 Like