Is it possible to support something like this? ``` Here is some RST text. [1]_ Here is some more RST text. [2]_ .. [1] This is the note about it. .. [2] This is another note. ``` The `[1]_` and `[2]_` turn in to links that anchor down to the list of notes below.