mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

Remove `relative="#"` attribute from section citations #206

Closed str4d closed 11 months ago

str4d commented 11 months ago

This ensures that section reference URLs link directly to the referenced section, instead of the top-level document.

Closes mmarkdown/mmark#205.