Open
Description
Feature Name
Allow putting other content after link in See Also.
Description
For example, the following markup
## See Also
- [.ZIP File Format Specification](https://github.com/zlib-ng/minizip-ng/blob/master/doc/zip/appnote.txt) § 4.4.3
currently results in
See Also
The section number is stripped! (There is also a warning)
An alternative would be to put the section number in the link, but the link does not take you to the section, but to the top of the file!
Expected Behavior
It working correctly:
See Also
- .ZIP File Format Specification § 4.4.3
Motivation
Directing readers to specific sections of a document, even when you cannot get a deeplink to that section.
Importance
A description of the importance of this change.
Does this feature unlock entirely new use-cases? Or is it possible to achieve the same functionality with existing functionality and this change would improve the user experience?
Alternatives Considered
Putting section in link but then it's unclear .