See https://stackoverflow.com/questions/30917399/convert-markdown-links-from-inline-to-reference for a full example. Basically looking for an automated way to go from: ```markdown [text](url) ... rest of doc ``` To: ```markdown [text][] ... rest of doc [text]: url ```
See https://stackoverflow.com/questions/30917399/convert-markdown-links-from-inline-to-reference for a full example.
Basically looking for an automated way to go from:
To: