Normalize destination URLs in links :: [label]: destination 'title' ^^^^^^^^^^^
(self, url: str)
| 331 | return normalize_url.validateLink(url) |
| 332 | |
| 333 | def normalizeLink(self, url: str) -> str: |
| 334 | """Normalize destination URLs in links |
| 335 | |
| 336 | :: |
| 337 | |
| 338 | [label]: destination 'title' |
| 339 | ^^^^^^^^^^^ |
| 340 | """ |
| 341 | return normalize_url.normalizeLink(url) |
| 342 | |
| 343 | def normalizeLinkText(self, link: str) -> str: |
| 344 | """Normalize autolink content |