golang/gddo

Support auto-linking to RFC appendices

BenLubar opened this issue · 0 comments

rfcPat = regexp.MustCompile(`RFC\s+(\d{3,4})(,?\s+[Ss]ection\s+(\d+(\.\d+)*))?`)

For example, it would be nice to be able to click on appendix A for RFC 6415 (https://tools.ietf.org/html/rfc6415#appendix-A) rather than having to find it manually since section numbers are already auto-linked.