So say you want to use this anchor 7 times:
[cyndaquil](https://bulbapedia.bulbagarden.net/wiki/Cyndaquil)
Instead of just copy pasting that whole snippet you can do this:
[cyndaquil]: https://bulbapedia.bulbagarden.net/wiki/Cyndaquil
And then reference it with just [cyndaquil]
like so: cyndaquil
Need different text for the anchor? No problem! First put the text you want to appear in square brackets, and then put [cyndaquil]
beside it. Example:
[best johto starter][cyndaquil]
Which becomes this: best johto starter
This also works with image embeds! I'd imagine it would be more useful on that front because the links are really long there!
So instead of copying this embed code over and over:

Do this:
[cyndaquil gif]: /submission_images/d77dd5407070bb17f38d059e0dd0d5b7e75684683a051928bd7e9dfde1dc5166.gif
And copy to your hearts content:
![cyndaquil gif]
=
Also works for images as anchors:
[![cyndaquil gif]][cyndaquil]
=
Hopefully with this technique you can save some characters in your Markdown code! :D
mima OP wrote
Btw I was able to discover this feature because of this StackOverflow thread: https://stackoverflow.com/questions/24580042/github-markdown-are-macros-and-variables-possible
Apparently they're called "reference-style links".
As to why/how I found this, I was searching for a way to center text in Raddle. Unfortunately it's not possible without changing the CSS to allow for it from Markdown, like what u/sudo has done for spoilering text.