Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In fragment identifiers, use ~%d for ordinal suffixes, | Ingo Schwarze | 2020-04-20 | 1 | -2/+2 |
| | | | | | | | | | and reserve the character '~' for that purpose. Bug found by validator.w3.org in openssl(1), which contains both a tag "tls1_2" and a second instance of a tag "tls1", which also resulted in "tls1_2", causing a clash. Now, the second instance of "tls1" is rendered as "tls1~2" instead, employing the newly reserved '~'. | ||||
* | When .Bd, .D1, or .Dl is tagged, attach the permalink | Ingo Schwarze | 2020-04-19 | 1 | -0/+28 |
to the first few letters, similar to what was earlier done for .Pp. |