Is there a way, while using markdown to use site wide url references with mkdocs? Like I define in the index.md: ``` [link1]: my.link [link2]: my.link2 ``` and then into another file I call the reference: `[You can check this site][link1]`